Skip to content

Commit

Permalink
feat: upgraded to node v18 & updated workflow (#10)
Browse files Browse the repository at this point in the history
* feat: upgraded to node v18 & updated workflow
* refactor: added .nvmrc & updated workflow
* refactor: updated semantic version in workflow
* refactor: reverted semantic version to v16
  • Loading branch information
BilalQamar95 authored Apr 13, 2023
1 parent 19ce2e4 commit 0e90054
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 23 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Nodejs Env
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16
node-version: ${{ env.NODE_VER }}
- name: Release
uses: cycjimmy/semantic-release-action@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
77 changes: 57 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e90054

Please sign in to comment.