This repository was archived by the owner on Oct 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +78
-18903
lines changed
Expand file tree Collapse file tree 6 files changed +78
-18903
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 version-check :
13- uses : openedx/.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 1111jobs :
1212 tests :
1313 runs-on : ubuntu-20.04
14- strategy :
15- matrix :
16- node : [16]
17- npm : [8.5.x]
14+
1815 steps :
1916 - name : Checkout
20- uses : actions/checkout@v2
21-
17+ uses : actions/checkout@v3
18+ - name : Setup Nodejs Env
19+ run : echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
2220 - name : Setup Nodejs
23- uses : actions/setup-node@v1
21+ uses : actions/setup-node@v3
2422 with :
25- node-version : ${{ matrix.node }}
26-
27- - run : npm install -g npm@${{ matrix.npm }}
23+ node-version : ${{ env.NODE_VER }}
2824
2925 - name : Install dependencies
3026 run : npm ci
Original file line number Diff line number Diff line change 1+ 18
2+
Original file line number Diff line number Diff line change 11# Copied from https://github.com/BretFisher/node-docker-good-defaults/blob/master/Dockerfile
22
3- FROM node:16
3+ FROM node:18
44
55# Create app directory
66RUN mkdir -p /edx/app
You can’t perform that action at this time.
0 commit comments