Skip to content

Commit

Permalink
ci: upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeCatelSoyhuce committed Apr 20, 2024
1 parent e6cb580 commit 60cb6fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: install pnpm
run: |
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
# - name: setup node.js
# uses: actions/setup-node@v3
# with:
# node-version: 16.x
# node-version: 20.x

# - name: install pnpm
# run: |
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: install pnpm
run: |
Expand Down

0 comments on commit 60cb6fe

Please sign in to comment.