Skip to content

Commit d580e38

Browse files
authored
Merge pull request #42 from openedx/bilalqamar95/node-v18-upgrade
feat: upgraded to node v18, added .nvmrc and updated workflows
2 parents 5bca82a + 4fe2a19 commit d580e38

File tree

4 files changed

+8568
-16841
lines changed

4 files changed

+8568
-16841
lines changed

.github/workflows/lockfileversion-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ on:
1010

1111
jobs:
1212
version-check:
13-
uses: openedx/.github/.github/workflows/lockfileversion-check.yml@master
13+
uses: openedx/.github/.github/workflows/lockfileversion-check-v3.yml@master

.github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17+
- name: Setup Nodejs Env
18+
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
19+
1720
- name: Setup Node.js
1821
uses: actions/setup-node@v1
1922
with:
20-
node-version: 16
23+
node-version: ${{ env.NODE_VER }}
2124

2225
- name: Install dependencies
2326
run: npm ci

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18

0 commit comments

Comments
 (0)