Skip to content

Commit

Permalink
Merge pull request #33 from girder/npm-build
Browse files Browse the repository at this point in the history
Add a label to the CI step for Node setup
  • Loading branch information
brianhelba authored Feb 10, 2021
2 parents ddaf9b6 + bd7e232 commit 29c0235
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "14.x"
- name: Build and test
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
with:
# Tags are needed to compute the current version number
fetch-depth: 0
- uses: actions/setup-node@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "14.x"
- name: Publish to npm
Expand Down

0 comments on commit 29c0235

Please sign in to comment.