Skip to content

Commit

Permalink
try a different node version
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Dec 3, 2020
1 parent bb887e8 commit b3347eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changeset-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node.js 13.x
- name: Set Node.js 14.x
uses: actions/setup-node@master
with:
node-version: 13.x
node-version: 14.x

- uses: actions/cache@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@master

- name: Set Node.js 13.x
- name: Set Node.js 14.x
uses: actions/setup-node@master
with:
node-version: 13.x
node-version: 14.x

- uses: actions/cache@v1
with:
Expand Down

0 comments on commit b3347eb

Please sign in to comment.