Skip to content

Commit

Permalink
fix node version in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed Nov 8, 2023
1 parent cc8982e commit f9e2f02
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: 16.15
node-version: 18.15
- 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: 16.15
node-version: 18.15
- run: npm install
- name: Github pages
uses: sterlingwes/[email protected]
Expand Down

0 comments on commit f9e2f02

Please sign in to comment.