Skip to content

Commit a58aa70

Browse files
authored
Merge pull request #1605 from authts/chore-1
update pipeline to node 20
2 parents 147128d + 50eb79f commit a58aa70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.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.x
16+
node-version: 20.x
1717
cache: npm
1818

1919
- name: Cache incremental builds
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v3
4444
- uses: actions/setup-node@v3
4545
with:
46-
node-version: 18.x
46+
node-version: 20.x
4747
cache: npm
4848

4949
- name: Cache incremental builds

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# Setup .npmrc file to publish to npm
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 18.x
15+
node-version: 20.x
1616
cache: npm
1717
registry-url: https://registry.npmjs.org
1818

0 commit comments

Comments
 (0)