Skip to content

Commit

Permalink
Merge pull request #18 from openedx/feanil/prep_pre_move
Browse files Browse the repository at this point in the history
feanil/prep pre move
  • Loading branch information
feanil committed Oct 19, 2023
2 parents 4532385 + 4b2ad66 commit b9e95c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
uses: actions/checkout@v2
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
uses: actions/setup-node@v2
with:
node-version: 16
node-version: ${{ env.NODE_VER }}
- name: Install dependencies
run: npm ci
- name: Release
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.17.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Open edX Brand Package Interface

**Warning** This package will no longer recieve updates and the latest version
**Warning** This package will no longer receive updates. The latest version
of this package can be found at
https://www.npmjs.com/package/@openedx/brand-openedx

Expand Down

0 comments on commit b9e95c6

Please sign in to comment.