Skip to content

Commit

Permalink
add setup-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Sep 24, 2020
1 parent 9bf094b commit 9e6dfc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
# see https://stackoverflow.com/a/60184319/9285308 & https://github.com/actions/checkout
fetch-depth: "0"

- uses: actions/setup-node@v1
with:
node-version: '${{ matrix.node-version }}'
registry-url: 'https://registry.npmjs.org'

# pulls all tags (needed for lerna to correctly version)
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* # see https://stackoverflow.com/a/60184319/9285308

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
.vscode/
.act/

0 comments on commit 9e6dfc3

Please sign in to comment.