File tree Expand file tree Collapse file tree 6 files changed +608
-22582
lines changed Expand file tree Collapse file tree 6 files changed +608
-22582
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
tests :
11
11
runs-on : ubuntu-latest
12
- strategy :
13
- matrix :
14
- node : [16]
15
- npm : [8.5.x]
16
12
steps :
17
13
- name : Checkout
18
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v3
15
+ - name : Setup Nodejs Env
16
+ run : echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
19
17
- name : Setup Nodejs
20
- uses : actions/setup-node@v1
18
+ uses : actions/setup-node@v3
21
19
with :
22
- node-version : ${{ matrix.node }}
23
- - run : npm install -g npm@${{ matrix.npm }}
20
+ node-version : ${{ env.NODE_VER }}
24
21
- name : Validate no uncommitted package-lock changes
25
22
run : make validate-no-uncommitted-package-lock-changes
26
23
- name : Install dependencies
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
version-check :
13
- uses : edx /.github/.github/workflows/lockfileversion-check.yml@master
13
+ uses : openedx /.github/.github/workflows/lockfileversion-check-v3 .yml@master
Original file line number Diff line number Diff line change 1
- 16
1
+ 18
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments