mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 10:26:29 +02:00
ci: set goreleaser Node version to 22 (#5548)
ci: set goreleaser Node version to 22 (#5547) Co-authored-by: Denis Mishin <dmishin@pomerium.com>
This commit is contained in:
parent
c0848eecfe
commit
ed8c5d6999
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
|
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 22.x
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
|
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
|
||||||
|
|
Loading…
Add table
Reference in a new issue