From bb4bfb97742293ecb07fba67182965b97c4c17bb Mon Sep 17 00:00:00 2001 From: Pierre-Dominique Putallaz Date: Mon, 5 Jul 2021 16:22:25 +0200 Subject: [PATCH] Bump CI to Node 16 --- .github/workflows/deploy.yml | 2 +- .github/workflows/npmpublish.yml | 2 +- .github/workflows/validate-build.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bb42afc..f2fc9aa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [15.x] + node-version: [16.x] steps: - name: Checkout uses: actions/checkout@v2 diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index ce0c244..793b0ff 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 15 + node-version: 16 registry-url: https://npm.pkg.github.com/ - name: Get yarn cache id: yarn-cache diff --git a/.github/workflows/validate-build.yml b/.github/workflows/validate-build.yml index 931996f..e566c02 100644 --- a/.github/workflows/validate-build.yml +++ b/.github/workflows/validate-build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [15.x] + node-version: [16.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [15.x] + node-version: [16.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [15.x] + node-version: [16.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}