Skip to content

Commit

Permalink
ci: fix releasing package (#237)
Browse files Browse the repository at this point in the history
Fixes #235
  • Loading branch information
himself65 authored Feb 27, 2020
1 parent 6d92baf commit 18cf215
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js LTS
uses: actions/setup-node@v1
with:
# alias support: https://github.com/actions/setup-node/issues/26
node-version: '12'
- name: Cache NPM dependencies
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 18cf215

Please sign in to comment.