mirror of
https://github.com/codedread/bitjs
synced 2025-10-03 09:39:16 +02:00
Add Node 21 to testing action.
This commit is contained in:
parent
575c537baa
commit
617a63e16d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/node.js.yml
vendored
6
.github/workflows/node.js.yml
vendored
|
@ -16,12 +16,12 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.x, 19.x, 20.x]
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
node-version: [18.x, 19.x, 20.x, 21.x]
|
||||
# See NodeJS release schedule at https://nodejs.org/en/about/previous-releases.
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
- name: Use NodeJS ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue