Compare commits

...

5 Commits

Author SHA1 Message Date
wiz
541555051b
Merge branch 'master' into knorrium/update-node-matrix 2025-01-20 19:26:56 +09:00
Felipe Knorr Kuhn
5f5e96984a
Merge branch 'master' into knorrium/update-node-matrix 2025-01-19 23:41:46 -08:00
Felipe Knorr Kuhn
f5a54ae62b
Update the local nvmrc to node 22 2025-01-15 21:52:54 -08:00
Felipe Knorr Kuhn
4da145ff5c
Update the node version to run e2e tests 2025-01-15 21:52:38 -08:00
Felipe Knorr Kuhn
a898701830
Update node matrix to v20 and v22 2025-01-15 21:33:25 -08:00
2 changed files with 4 additions and 4 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: ["20", "22"]
flavor: ["dev", "prod"]
fail-fast: false
runs-on: "ubuntu-latest"
@ -160,7 +160,7 @@ jobs:
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
strategy:
matrix:
node: ["20", "21"]
node: ["20", "22"]
flavor: ["dev", "prod"]
fail-fast: false
runs-on: "ubuntu-latest"
@ -263,7 +263,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.13.0