From 92c426b390b40723cee4c8d9b611fc1331b36c16 Mon Sep 17 00:00:00 2001 From: basefas Date: Mon, 21 Nov 2022 17:31:53 +0800 Subject: [PATCH] fix: update to node 16 (#295) --- .github/workflows/ci.yml | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61e14b3..cd25760 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Use Node.js 12.x + - name: Use Node.js 16.x uses: actions/setup-node@v3.4.1 with: - node-version: 12.x + node-version: 16.x cache: 'npm' - name: Install dependencies run: npm ci diff --git a/action.yml b/action.yml index bc396d6..d063c55 100644 --- a/action.yml +++ b/action.yml @@ -37,5 +37,5 @@ inputs: description: The version of backport-action - deprecated required: false runs: - using: "node12" + using: "node16" main: "dist/index.js"