Skip to content

Commit

Permalink
upgrading node version to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
pacostas authored and ForestEckhardt committed Jul 22, 2024
1 parent 514f7c9 commit 610911e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-node@v4.0.2
with:
node-version: 16
node-version: 22
check-latest: true
cache: 'npm'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-node@v4.0.2
with:
node-version: 16
node-version: 22
check-latest: true

- name: Get Hugo Version
Expand Down
16 changes: 7 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 610911e

Please sign in to comment.