From 0a02f96d33f1da5bc501c2d6aa86d8f93946c1cc Mon Sep 17 00:00:00 2001 From: Fabien ROUSSEL Date: Mon, 30 May 2022 22:34:02 +0200 Subject: [PATCH] Update to NodeJS 16 for GitHub actions --- .github/workflows/build.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a72b33c..ee5f9e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 registry-url: https://npm.pkg.github.com cache: yarn - name: Cache node_modules @@ -40,7 +40,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 registry-url: https://npm.pkg.github.com cache: yarn - name: Restore node_modules @@ -65,7 +65,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 registry-url: https://npm.pkg.github.com cache: yarn - name: Restore node_modules diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8c37b3..7951dad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 cache: yarn - name: Install dependencies run: yarn install @@ -35,7 +35,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 registry-url: https://registry.npmjs.org cache: yarn - name: Install dependencies @@ -56,7 +56,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 registry-url: https://npm.pkg.github.com scope: '@hastobegood' cache: yarn