From 927a89082a16faa87bbd4ea37d58cccaea7ec270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 01:02:15 +0000 Subject: [PATCH] Bump actions/setup-node from 2.1.1 to 3.3.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.1 to 3.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.1...v3.3.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/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 091c48e..6f32b3f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2.3.4 - name: Set up Node.js - uses: actions/setup-node@v2.1.1 + uses: actions/setup-node@v3.3.0 with: node-version: '12' - name: Build dist