Skip to content

Commit

Permalink
chore(upgrade): use node 12.x (#16805)
Browse files Browse the repository at this point in the history
Since 10.x is end of life we now build against 12.x

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
Elad Ben-Israel authored and njlynch committed Oct 11, 2021
1 parent 754a830 commit 462a49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yarn-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2.4.1
with:
node-version: 10
node-version: 12

- name: Locate Yarn cache
id: yarn-cache
Expand Down

0 comments on commit 462a49c

Please sign in to comment.