We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f36ce commit c6d7fdaCopy full SHA for c6d7fda
.github/workflows/ci.yml
@@ -27,10 +27,10 @@ jobs:
27
# Cache node_modules
28
- uses: actions/setup-node@v4
29
with:
30
- node-version: 20
+ node-version: 22
31
cache: 'npm'
32
33
- - run: npm ci --legacy-peer-deps
+ - run: npm ci
34
- uses: nrwl/nx-set-shas@v4
35
- run: npx nx format:check
36
0 commit comments