Skip to content

Commit 278dc13

Browse files
committed
ci: use Node.js LTS version
1 parent e32a384 commit 278dc13

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node-version }}
24+
check-latest: true
2425
cache: yarn
2526

2627
- name: Enable webpack persistent caching

.github/workflows/testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: ${{ matrix.node-version }}
25+
check-latest: true
2526
cache: yarn
2627

2728
- run: yarn --frozen-lockfile
@@ -41,6 +42,7 @@ jobs:
4142
uses: actions/setup-node@v4
4243
with:
4344
node-version: ${{ matrix.node-version }}
45+
check-latest: true
4446
cache: yarn
4547

4648
- run: yarn --frozen-lockfile
@@ -78,6 +80,7 @@ jobs:
7880
uses: actions/setup-node@v4
7981
with:
8082
node-version: ${{ matrix.node-version }}
83+
check-latest: true
8184
cache: yarn
8285

8386
- run: yarn

0 commit comments

Comments
 (0)