From 6a42941a52c6f931346f0b517744fcdbe2e6bb33 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Thu, 24 Feb 2022 17:08:08 +0300 Subject: [PATCH] update node for action (#9) --- .github/workflows/test.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d46a6c6..0cc14a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - name: Set Node.JS uses: actions/setup-node@v2 with: - node-version: 12.x + node-version: 16.x - name: Install dependencies run: npm install diff --git a/action.yml b/action.yml index f11cd40..d2abbd2 100644 --- a/action.yml +++ b/action.yml @@ -13,5 +13,5 @@ outputs: major-tag: description: 'The major version tag that has been updated (created). Examples: v1, 1' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'