Skip to content

Commit

Permalink
Update node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
s0hv committed Apr 7, 2024
1 parent 505526c commit 9e0d29e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
with:
version: 8

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'pnpm'
cache-dependency-path: pnpm-lock.yaml

Expand Down Expand Up @@ -132,9 +132,9 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
cache: 'pnpm'
- name: Setup poetry
uses: abatilo/actions-poetry@v2
Expand Down

0 comments on commit 9e0d29e

Please sign in to comment.