mirror of
https://github.com/actions/publish-action.git
synced 2025-02-25 00:53:02 +00:00
update node for action (#9)
This commit is contained in:
parent
d5bd795380
commit
6a42941a52
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Set Node.JS
|
- name: Set Node.JS
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 16.x
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
@ -13,5 +13,5 @@ outputs:
|
|||||||
major-tag:
|
major-tag:
|
||||||
description: 'The major version tag that has been updated (created). Examples: v1, 1'
|
description: 'The major version tag that has been updated (created). Examples: v1, 1'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node16'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
Loading…
Reference in New Issue
Block a user