Skip to content

Commit 0700f6a

Browse files
committed
chore: update node types and workflows to current LTS (v24)
1 parent c72e5fe commit 0700f6a

File tree

11 files changed

+36
-16
lines changed

11 files changed

+36
-16
lines changed

.github/workflows/build-catalog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 18
15+
node-version: 24
1616
cache: npm
1717
- uses: google/wireit@setup-github-actions-caching/v2
1818

.github/workflows/commitlint.yml

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

1919
- run: npm install -g @commitlint/cli @commitlint/config-conventional

.github/workflows/firebase-hosting-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: 20
19+
node-version: 24
2020
cache: npm
2121
- uses: google/wireit@setup-github-actions-caching/v2
2222
- run: npm ci

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: 20
21+
node-version: 24
2222
cache: npm
2323
- uses: google/wireit@setup-github-actions-caching/v2
2424
- run: npm ci

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v3
3232
- uses: actions/setup-node@v3
3333
with:
34-
node-version: 18
34+
node-version: 24
3535
cache: npm
3636
- uses: google/wireit@setup-github-actions-caching/v2
3737

@@ -48,7 +48,7 @@ jobs:
4848
git commit -am "chore: nightly publish"
4949
- uses: actions/setup-node@v3
5050
with:
51-
node-version: 18
51+
node-version: 24
5252
registry-url: 'https://wombat-dressing-room.appspot.com/'
5353
- run: npm publish --tag nightly
5454
env:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: 18
19+
node-version: 24
2020
cache: npm
2121
- uses: google/wireit@setup-github-actions-caching/v2
2222

@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: actions/setup-node@v3
2929
with:
30-
node-version: 18
30+
node-version: 24
3131
registry-url: 'https://wombat-dressing-room.appspot.com/'
3232
- run: npm publish
3333
env:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 18
16+
node-version: 24
1717
cache: npm
1818
- uses: google/wireit@setup-github-actions-caching/v2
1919

@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v3
3030
- uses: actions/setup-node@v3
3131
with:
32-
node-version: 18
32+
node-version: 24
3333
cache: npm
3434
- uses: google/wireit@setup-github-actions-caching/v2
3535

.github/workflows/update-docs-on-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: 20
21+
node-version: 24
2222
cache: npm
2323
- uses: google/wireit@setup-github-actions-caching/v2
2424

.github/workflows/update-size-on-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: 20
21+
node-version: 24
2222
cache: npm
2323
- uses: google/wireit@setup-github-actions-caching/v2
2424

package-lock.json

Lines changed: 23 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)