Skip to content

Commit

Permalink
Update CI node version
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Dec 25, 2023
1 parent 3d7a3ff commit ced13de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
cache: 'yarn'

- name: install dependencies
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
cache: 'yarn'

- name: install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Init npm cache
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
cache: 'yarn'
- name: install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit ced13de

Please sign in to comment.