update node for action (#9)

This commit is contained in:
Dmitry Shibanov 2022-02-24 17:08:08 +03:00 committed by GitHub
parent d5bd795380
commit 6a42941a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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'