mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-31 07:19:16 +02:00
upgrade node
This commit is contained in:
parent
6d54d046ce
commit
e31deac711
2 changed files with 3 additions and 3 deletions
2
.github/workflows/benchmark.yaml
vendored
2
.github/workflows/benchmark.yaml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
go-version: [1.23.x]
|
||||
node-version: [16.x]
|
||||
node-version: [23.x]
|
||||
platform: [ubuntu-22.04]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
|
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
go-version: [1.23.x]
|
||||
node-version: [16.x]
|
||||
node-version: [23.x]
|
||||
platform: [ubuntu-22.04]
|
||||
deployment: [multi, single]
|
||||
authenticate-flow: [stateful, stateless]
|
||||
|
@ -54,7 +54,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
go-version: [1.23.x]
|
||||
node-version: [16.x]
|
||||
node-version: [23.x]
|
||||
platform: [ubuntu-latest, macos-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue