Skip to content

Commit 696d851

Browse files
committed
Bump node version to 20
1 parent 74d765f commit 696d851

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy-demo.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: 19
16+
node-version: 20
1717
cache: npm
1818
- uses: google/wireit@setup-github-actions-caching/v1
1919

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 19
13+
node-version: 20
1414
cache: npm
1515
- uses: google/wireit@setup-github-actions-caching/v1
1616

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 19
13+
node-version: 20
1414
cache: npm
1515
- uses: google/wireit@setup-github-actions-caching/v1
1616

.github/workflows/version-module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 19
13+
node-version: 20
1414
cache: npm
1515
- uses: google/wireit@setup-github-actions-caching/v1
1616

0 commit comments

Comments
 (0)