Skip to content

Commit

Permalink
ci: Add setupnode
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHowa committed Mar 29, 2022
1 parent c23a64b commit 7564b3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: "12"
registry-url: "https://npm.pkg.github.com"

# pulls all tags (needed for lerna / semantic release to correctly version)
- name: Pull tags to give lerna access to git info
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down

0 comments on commit 7564b3d

Please sign in to comment.