Skip to content

Commit 0552b62

Browse files
authored
chore: bump actions to node 22 because it's LTS now (#2527)
bump actions to node 22 because it's LTS now
1 parent ca7f6e2 commit 0552b62

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lintBuildTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- uses: actions/setup-node@v4
3434
with:
35-
node-version: 20
35+
node-version: 22
3636
cache: 'npm'
3737
- name: Get node_modules from cache
3838
uses: actions/cache@v4
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v4
6262
- uses: actions/setup-node@v4
6363
with:
64-
node-version: 20
64+
node-version: 22
6565
cache: 'npm'
6666
- name: Get node_modules from cache
6767
uses: actions/cache@v4

.github/workflows/reformatter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
17+
node-version: 22
1818
cache: 'npm'
1919

2020
- name: Install dependencies

.github/workflows/upload-assets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 20
15+
node-version: 22
1616
cache: 'npm'
1717
- name: 'Authenticate to Google Cloud'
1818
uses: 'google-github-actions/auth@v2'

0 commit comments

Comments
 (0)