Skip to content

Commit

Permalink
Bump node version to 20 in the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
texpert committed Nov 9, 2023
1 parent 4e80a0d commit dd5c99c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.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@v4
with:
node-version: 16
node-version: 20
cache: 'yarn'
- name: install app dependencies
run: yarn install --frozen-lockfile
Expand All @@ -30,7 +30,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: 'yarn'
- name: install app dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit dd5c99c

Please sign in to comment.