fix(ci): fix GH actions versions
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
This commit is contained in:
parent
19e9d633bc
commit
90e1485d8c
|
@ -70,13 +70,13 @@ jobs:
|
|||
name: Code Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Use Node.js 16
|
||||
uses: actions/setup-node@v3
|
||||
- name: Use Node.js 18
|
||||
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 18
|
||||
- name: Update NPM
|
||||
run: npm install --global npm
|
||||
- name: Bootstrap project
|
||||
|
@ -91,13 +91,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.pull_request }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Use Node.js 16
|
||||
uses: actions/setup-node@v3
|
||||
- name: Use Node.js 18
|
||||
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 18
|
||||
- name: Update NPM
|
||||
run: npm install --global npm
|
||||
- name: Bootstrap project
|
||||
|
|
Loading…
Reference in New Issue