From 75a8ea7756d5f62552284f1a75bcf591587c0fff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 00:04:20 +0000 Subject: [PATCH] fix(deps): bump actions/setup-node from 2.2.0 to 3.5.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.2.0 to 3.5.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.2.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/shipjs-trigger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shipjs-trigger.yml b/.github/workflows/shipjs-trigger.yml index d839a4ca..ba662bb4 100644 --- a/.github/workflows/shipjs-trigger.yml +++ b/.github/workflows/shipjs-trigger.yml @@ -16,7 +16,7 @@ jobs: ref: main - name: Setup node env 📦 - uses: actions/setup-node@v2.2.0 + uses: actions/setup-node@v3.5.0 with: node-version: 14 registry-url: https://npm.pkg.github.com/