Skip to content

Commit

Permalink
update: bump workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Turmoil committed Oct 4, 2024
1 parent 7bee9db commit 3995f98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ concurrency:
jobs:
# Build job to minify the project
build:
runs-on: linux-latest
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install NodeJS
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: "20.x"

Expand All @@ -40,7 +40,7 @@ jobs:
echo ${{ secrets.SUPPORT }} > src/views/components/support.html
- name: Install Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.x"

Expand All @@ -58,7 +58,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: linux-latest
runs-on: windows-latest
needs: build
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 3995f98

Please sign in to comment.