Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 1b202d9

Browse files
committed
build: support node.js 18.x
1 parent dddd5b3 commit 1b202d9

3 files changed

Lines changed: 315 additions & 181 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [12.x, 14.x, 16.x, 17.x]
12+
node-version: [14.x, 16.x, 17.x, 18.x]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)