From 8f990380087e756f15f772f30b7e71917e7d1d5d Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Tue, 23 May 2023 10:17:37 -0400 Subject: [PATCH] chore: updating the gh actions to use node 16 instead of node 12 --- .github/workflows/nodejs-ci-action.yml | 4 ++-- .github/workflows/release-please.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs-ci-action.yml b/.github/workflows/nodejs-ci-action.yml index 8be3c2d..2b2066b 100644 --- a/.github/workflows/nodejs-ci-action.yml +++ b/.github/workflows/nodejs-ci-action.yml @@ -16,9 +16,9 @@ jobs: node-version: [14.x, 16.x, 18.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm install diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 696a900..7f2dc4b 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -7,7 +7,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v2.4.1 + - uses: GoogleCloudPlatform/release-please-action@v3 with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node