mirror of
https://github.com/node-red/node-red
synced 2024-11-21 15:43:16 +00:00
feat(ci): add new nodejs v22
This commit is contained in:
parent
edc5e88d5a
commit
fd1a001a23
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18, 20]
|
||||
node-version: [18, 20, 22]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
|
Loading…
Reference in New Issue
Block a user