feat: upgraded to node v18, added .nvmrc and updated workflows (#781)

This commit is contained in:
Mashal Malik
2023-04-10 11:51:45 +05:00
committed by GitHub
parent e76f214024
commit 6a5b02e8ad
4 changed files with 8 additions and 19959 deletions

View File

@@ -11,17 +11,16 @@ on:
jobs:
tests:
runs-on: ubuntu-20.04
strategy:
matrix:
node: [16]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Nodejs Env
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
- name: Setup Nodejs
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
node-version: ${{ env.NODE_VER }}
- name: Install Dependencies
run: npm ci

View File

@@ -10,4 +10,4 @@ on:
jobs:
version-check:
uses: openedx/.github/.github/workflows/lockfileversion-check.yml@master
uses: openedx/.github/.github/workflows/lockfileversion-check-v3.yml@master

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
18

19953
package-lock.json generated

File diff suppressed because it is too large Load Diff