Skip to content

Commit 483b8fa

Browse files
committed
Use Node 18
1 parent ef987cc commit 483b8fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Use Node.js
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: '14'
21+
node-version: '18'
2222
- run: npm ci
2323
- run: npm run lint
2424
- run: npm run build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: '16'
24+
node-version: '18'
2525
- name: Install dependencies
2626
run: npm ci
2727
- name: Setup release environment

0 commit comments

Comments
 (0)