We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc770b commit 9e794f0Copy full SHA for 9e794f0
2 files changed
.github/workflows/cache.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
- uses: actions/setup-node@v4
18
with:
19
- node-version: 14
+ node-version: 24
20
cache: yarn
21
- run: yarn
22
.github/workflows/pr-check.yml
@@ -12,7 +12,7 @@ jobs:
12
fetch-depth: 0
13
- uses: actions/setup-node@v3
14
15
- node-version: '14'
+ node-version: '24'
cache: 'yarn'
- uses: nrwl/nx-set-shas@v3.0.0
0 commit comments