Update Node matrix to v22

This commit is contained in:
Felipe Knorr Kuhn 2025-03-16 09:18:11 -07:00
parent c2f6d9e7ef
commit 5bb159a34d
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
strategy:
matrix:
node: ["20", "21"]
node: ["22"]
flavor: ["dev", "prod"]
fail-fast: false
runs-on: "ubuntu-latest"

2
.nvmrc
View File

@ -1 +1 @@
v20.8.0
v22