Skip to content

Commit

Permalink
test: add node.js 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian authored and peze committed Sep 25, 2023
1 parent d2c405b commit e35794d
Show file tree
Hide file tree
Showing 2 changed files with 3,722 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:

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

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm i
Expand Down
Loading

0 comments on commit e35794d

Please sign in to comment.