mirror of https://github.com/portainer/portainer
fix(ci/security): update the node and golang version (#8387)
parent
087848539f
commit
c9aae27b29
|
@ -101,15 +101,15 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Use golang 1.18
|
- name: Use golang 1.19.4
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: '1.18'
|
go-version: '1.19.4'
|
||||||
|
|
||||||
- name: Use Node.js 12.x
|
- name: Use Node.js 18.x
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 18.x
|
||||||
|
|
||||||
- name: Install packages and build
|
- name: Install packages and build
|
||||||
run: yarn install && yarn build
|
run: yarn install && yarn build
|
||||||
|
|
|
@ -136,15 +136,15 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Use golang 1.18
|
- name: Use golang 1.19.4
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: '1.18'
|
go-version: '1.19.4'
|
||||||
|
|
||||||
- name: Use Node.js 12.x
|
- name: Use Node.js 18.x
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 18.x
|
||||||
|
|
||||||
- name: Install packages and build
|
- name: Install packages and build
|
||||||
run: yarn install && yarn build
|
run: yarn install && yarn build
|
||||||
|
|
Loading…
Reference in New Issue