Skip to content

Commit

Permalink
fix: quick fix to failing release task (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharis278 authored Oct 20, 2022
1 parent 0f9d2b6 commit 35352e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

# needsfix: this is setting NODE_VER to the string cat .nvmrc
- name: Setup Node.js Env
run: echo "NODE_VER='cat .nvmrc'" >> $GITHUB_ENV

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

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 35352e6

Please sign in to comment.