Skip to content

Commit

Permalink
ci: node version
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Jan 8, 2025
1 parent cca8544 commit 0da7b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 20

- name: create package-lock.json
run: npm i --package-lock-only --ignore-scripts
Expand Down

0 comments on commit 0da7b20

Please sign in to comment.