Skip to content

Commit

Permalink
ci(release): update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
mverissimo committed Sep 25, 2021
1 parent 319cac3 commit 97345c8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2

- name: Use Node.js v10
uses: actions/setup-node@v2-beta
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 14
check-latest: true

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand All @@ -38,6 +39,9 @@ jobs:
- name: Tests
run: yarn test:ci

- name: Typescript
run: yarn typescript

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 97345c8

Please sign in to comment.