[actions] update workflows

This commit is contained in:
Jordan Harband
2021-02-01 14:32:35 -08:00
parent 49e806c77a
commit 4c11ab1ac6
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ jobs:
# pulls all tags (needed for lerna / semantic release to correctly version)
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: '12.x'
- run: npm install