Skip to content

Commit

Permalink
update node
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed May 23, 2024
1 parent ee1f475 commit 3461819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Test and build
uses: actions/setup-node@v1
with:
node-version: 18.15
node-version: 20.11
- run: npm install
- run: npm run test
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: setup Node
uses: actions/setup-node@v1
with:
node-version: 18.15
node-version: 20.11
- run: npm install
- name: Github pages
uses: sterlingwes/[email protected]
Expand Down

0 comments on commit 3461819

Please sign in to comment.