Skip to content

Commit

Permalink
forgot to bump CI node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ndepaola committed Oct 23, 2024
1 parent 39372a2 commit 638895e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/test-frontend/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: Install npm
uses: actions/setup-node@v4
with:
node-version: 18.15
node-version: 18.17
- name: Compile frontend
working-directory: frontend
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install npm
uses: actions/setup-node@v3
with:
node-version: 18.15
node-version: 18.17
- name: Install packages and run tests
working-directory: frontend
run: |
Expand Down

0 comments on commit 638895e

Please sign in to comment.