Skip to content

Commit

Permalink
Merge pull request #42 from openedx/bilalqamar95/node-v18-upgrade
Browse files Browse the repository at this point in the history
feat: upgraded to node v18, added .nvmrc and updated workflows
  • Loading branch information
zacharis278 authored May 12, 2023
2 parents 5bca82a + 4fe2a19 commit d580e38
Show file tree
Hide file tree
Showing 4 changed files with 8,568 additions and 16,841 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lockfileversion-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ jobs:
with:
fetch-depth: 0

- name: Setup Nodejs Env
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV

- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 16
node-version: ${{ env.NODE_VER }}

- name: Install dependencies
run: npm ci
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
Loading

0 comments on commit d580e38

Please sign in to comment.