We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575c537 commit 617a63eCopy full SHA for 617a63e
.github/workflows/node.js.yml
@@ -16,12 +16,12 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: [18.x, 19.x, 20.x]
20
- # 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.
21
22
steps:
23
- uses: actions/checkout@v4
24
- - name: Use Node.js ${{ matrix.node-version }}
+ - name: Use NodeJS ${{ matrix.node-version }}
25
uses: actions/setup-node@v4
26
with:
27
node-version: ${{ matrix.node-version }}
0 commit comments