Skip to content

Commit 9e794f0

Browse files
committed
node 14 to 24 upgrade in github actions
1 parent cfc770b commit 9e794f0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 14
19+
node-version: 24
2020
cache: yarn
2121
- run: yarn
2222

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fetch-depth: 0
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: '14'
15+
node-version: '24'
1616
cache: 'yarn'
1717
- uses: nrwl/nx-set-shas@v3.0.0
1818
- run: yarn

0 commit comments

Comments
 (0)