From da146d426220b1e3f2bb9000b55d45ba5e39e8cd Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 13 Jun 2022 09:41:45 +0200 Subject: [PATCH] chore(repo): update Node.js version to latest v14 This version includes a fix so we can/would run jest with Yarn PnP: https://github.com/nodejs/node/pull/41221 --- .github/workflows/build-check.yml | 2 +- .github/workflows/icons-lib.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/verify.yml | 2 +- .github/workflows/visual-test.yml | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-check.yml b/.github/workflows/build-check.yml index 456f3ad155e..03cef8172c4 100644 --- a/.github/workflows/build-check.yml +++ b/.github/workflows/build-check.yml @@ -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 diff --git a/.github/workflows/icons-lib.yml b/.github/workflows/icons-lib.yml index 7f02abb6cf7..b0f7efbc98e 100644 --- a/.github/workflows/icons-lib.yml +++ b/.github/workflows/icons-lib.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fcf826432c3..6e2f7245226 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index e1c28851dfc..a06bd76ebad 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -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 diff --git a/.github/workflows/visual-test.yml b/.github/workflows/visual-test.yml index b66f0e8ccea..bb5f20ad0f9 100644 --- a/.github/workflows/visual-test.yml +++ b/.github/workflows/visual-test.yml @@ -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 diff --git a/package.json b/package.json index 8863acc0635..2b9830e0736 100644 --- a/package.json +++ b/package.json @@ -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"