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 24f7564 commit c8432beCopy full SHA for c8432be
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
# - run: npx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="build"
26
27
# Cache node_modules
28
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
29
with:
30
node-version: 22
31
cache: 'npm'
.github/workflows/deploy-docs.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v5
18
19
fetch-depth: 0
20
21
22
23
cache: npm
.github/workflows/test-deploy-docs.yml
0 commit comments