Skip to content

Commit c96674f

Browse files
committed
chore(ci): upgrade to node 18
1 parent ad58526 commit c96674f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_demo-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
cancel-in-progress: true
1616

1717
env:
18-
NODE: 16
18+
NODE: 18
1919

2020
jobs:
2121
ci_tests:

.github/workflows/ci_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55

66
env:
7-
NODE: 16
7+
NODE: 18
88

99
jobs:
1010
ci_tests:

.github/workflows/ci_site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup node
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: 16
28+
node-version: 18
2929
registry-url: https://registry.npmjs.org/
3030
cache: npm
3131
cache-dependency-path: projects/site/package-lock.json

0 commit comments

Comments
 (0)