Skip to content

Commit 357c076

Browse files
committed
feat(node): add support for node v18
1 parent e47644b commit 357c076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [12.x, 14.x, 16.x]
18+
node-version: [12.x, 14.x, 16.x, 18.x]
1919
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020

2121
steps:
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v2
4141
- uses: actions/setup-node@v2
4242
with:
43-
node-version: '14.x'
43+
node-version: '16.x'
4444
cache: 'npm'
4545
- run: npm ci
4646
- name: Release

0 commit comments

Comments
 (0)