From b2c600da5af7bb08086393d2c8f17b228ad3d454 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 14:09:34 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/cypress-edge-demo.yml | 2 +- .github/workflows/release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress-edge-demo.yml b/.github/workflows/cypress-edge-demo.yml index 6262cd0ac..8f1164320 100644 --- a/.github/workflows/cypress-edge-demo.yml +++ b/.github/workflows/cypress-edge-demo.yml @@ -43,7 +43,7 @@ jobs: run: echo ${{ steps.deploy.outputs.origin-url }} - name: Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '16' diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 8a2b4cce5..e92e294cf 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -19,7 +19,7 @@ jobs: command: manifest - uses: actions/checkout@v3 if: ${{ steps.release.outputs.releases_created }} - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: node-version: 'lts/*' cache: 'npm'