Skip to content

Commit 6cadbdb

Browse files
committed
build: bump node version to 18
1 parent d49b238 commit 6cadbdb

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
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v4
1111
with:
12-
node-version: 16
12+
node-version: 18
1313
cache: 'npm'
1414

1515
- name: NPM Install

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup node
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 16
18+
node-version: 18
1919
cache: 'npm'
2020
registry-url: 'https://registry.npmjs.org'
2121

0 commit comments

Comments
 (0)