[actions] update workflows

Jordan Harband 2021-02-01 14:32:35 -08:00
parent 49e806c77a
commit 4c11ab1ac6
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta - uses: actions/setup-node@v2
with: with:
node-version: "14" node-version: "14"
- run: npm install - run: npm install

View File

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