Bump node version to v22

This commit is contained in:
Felipe Knorr Kuhn 2025-04-02 13:42:25 +09:00
parent 0b9c11dcca
commit f0224b0bf0
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A
3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ jobs:
if: "(github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')) || github.event_name == 'push'"
strategy:
matrix:
node: ["20", "21"]
node: ["22"]
flavor: ["dev", "prod"]
fail-fast: false
runs-on: ubuntu-latest
@ -266,7 +266,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22
cache: "npm"
cache-dependency-path: ${{ matrix.module }}/frontend/package-lock.json

View File

@ -151,7 +151,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22
cache: "npm"
cache-dependency-path: ${{ matrix.module }}/frontend/package-lock.json

2
.nvmrc
View File

@ -1 +1 @@
v20.8.0
v22