Skip to content

Commit

Permalink
Bump node version for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ScreamingHawk committed Aug 5, 2024
1 parent 875a5cc commit f112a58
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 @@ -12,7 +12,7 @@ jobs:
submodules: recursive
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20
- uses: actions/cache@master
id: yarn-cache
with:
Expand All @@ -33,7 +33,7 @@ jobs:
submodules: recursive
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20
- uses: actions/cache@master
id: yarn-cache
with:
Expand All @@ -54,7 +54,7 @@ jobs:
submodules: recursive
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20
- uses: actions/cache@master
id: yarn-cache
with:
Expand Down

0 comments on commit f112a58

Please sign in to comment.