Skip to content

Commit b86d3d3

Browse files
committed
chore: update runners node version
1 parent 21840e9 commit b86d3d3

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

.github/workflows/bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-node@v4
2727
with:
28-
node-version: '20'
28+
node-version-file: '.nvmrc'
2929
cache: npm
3030

3131
- name: Bundle

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232
- uses: actions/setup-node@v4
3333
with:
34-
node-version: 20
34+
node-version-file: '.nvmrc'
3535
cache: npm
3636
- run: npm ci --prefer-offline
3737
- run: npm i @commitlint/load

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: '20'
16+
node-version-file: '.nvmrc'
1717
cache: npm
1818

1919
- name: Verify JSPM URL

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: '20'
17+
node-version-file: '.nvmrc'
1818
cache: npm
19-
2019
# Set up GitHub Actions caching for Wireit.
2120
- uses: google/wireit@setup-github-actions-caching/v2
2221

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ jobs:
161161
strategy:
162162
matrix:
163163
node:
164-
- '20'
165-
- '21'
164+
- '22'
165+
- '24'
166166
if: |
167167
github.event_name == 'workflow_dispatch'
168168
|| github.event_name == 'push'

.github/workflows/visual-regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- uses: actions/setup-node@v4
3131
with:
32-
node-version: '20'
32+
node-version-file: '.nvmrc'
3333
cache: npm
3434

3535
# Set up GitHub Actions caching for Wireit.

0 commit comments

Comments
 (0)