Skip to content

Commit

Permalink
Update static.yml for Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
basher authored Apr 2, 2024
1 parent 96ecb6f commit 3a3ea9b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20
#- name: Setup Node
#uses: actions/setup-node@v3
#with:
#node-version: 20

- name: Astro build
uses: withastro/action@v0
uses: withastro/action@v2.0.0
with:
package-manager: npm

Expand All @@ -40,4 +40,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4.0.5

0 comments on commit 3a3ea9b

Please sign in to comment.