mirror of
https://github.com/filegator/filegator.git
synced 2025-07-29 02:00:36 +02:00
Add node 18, 20, and 22 to node matrix on cicd pipeline (#510)
Add node 18, 20, and 22 to node matrix on cicd pipeline
This commit is contained in:
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x, 14.x, 16.x]
|
||||
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Reference in New Issue
Block a user