Skip to content

Commit

Permalink
fix: update workflow to use node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed Jan 21, 2022
1 parent 9364227 commit 6101f27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 16

- name: Install dependencies
run: cd utils && yarn install
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 16

- name: Install dependencies
run: cd utils && yarn install
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 16

- name: Install dependencies
run: cd utils && yarn install
Expand Down

0 comments on commit 6101f27

Please sign in to comment.