Skip to content

Commit c6d7fda

Browse files
committed
fix(ci): try to update node version
1 parent 82f36ce commit c6d7fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
# Cache node_modules
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: 20
30+
node-version: 22
3131
cache: 'npm'
3232

33-
- run: npm ci --legacy-peer-deps
33+
- run: npm ci
3434
- uses: nrwl/nx-set-shas@v4
3535
- run: npx nx format:check
3636

0 commit comments

Comments
 (0)