Skip to content

Commit

Permalink
chore(repo): update Node.js version to latest v14
Browse files Browse the repository at this point in the history
This version includes a fix so we can/would run jest with Yarn PnP: nodejs/node#41221
  • Loading branch information
tujoworker committed Jun 13, 2022
1 parent c6a2a44 commit da146d4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-check.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 14.17.0
node-version: 14.19.3

- name: Use node_modules cache
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icons-lib.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 14.17.0
node-version: 14.19.3

- name: Use node_modules cache
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 14.17.0
node-version: 14.19.3

- name: Use node_modules cache
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 14.17.0
node-version: 14.19.3

- name: Use node_modules cache
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/visual-test.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 14.17.0
node-version: 14.19.3

- name: Use yarn cache
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
"yarn": ">=1.17.0"
},
"volta": {
"node": "14.17.0",
"node": "14.19.3",
"yarn": "1.22.10"
},
"packageManager": "yarn@3.2.0"
Expand Down

0 comments on commit da146d4

Please sign in to comment.