Skip to content

Commit

Permalink
Use Node 22 and upgrade frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormheg committed Dec 11, 2024
1 parent f903c66 commit d04f6c8
Show file tree
Hide file tree
Showing 5 changed files with 2,802 additions and 2,158 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version-file: ".nvmrc"

- name: Install Node dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version-file: ".nvmrc"

- name: Install Node dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: 20
node-version-file: ".nvmrc"
- name: Install dependencies
run: |
npm ci
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
Loading

0 comments on commit d04f6c8

Please sign in to comment.