From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 07:54:14 +0000 (+0800) Subject: chore(deps): update actions/setup-node action to v3 (#135) X-Git-Tag: v3.3.2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9faf8b35dca1e22b80c9c768158bc20094808119;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore(deps): update actions/setup-node action to v3 (#135) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 679aae25..50e1937d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - uses: pnpm/action-setup@v2.2.2 with: version: 6 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} cache: 'pnpm'