From 56849b848a115d2554824e0d56218f3324c2541a Mon Sep 17 00:00:00 2001 From: Namrata Jha Date: Wed, 2 Mar 2022 07:40:19 +0000 Subject: [PATCH] Upgrade to node16 --- .github/workflows/check-dist.yml | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index f189424..ecee9f6 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -24,10 +24,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set Node.js 12.x + - name: Set Node.js 16.x uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 16.x - name: Install dependencies run: npm ci diff --git a/action.yml b/action.yml index f9c681b..519a3b8 100644 --- a/action.yml +++ b/action.yml @@ -67,7 +67,7 @@ inputs: default: ${{ github.token }} runs: - using: node12 + using: node16 main: dist/index.js branding: