1
0
mirror of https://gitea.com/actions/setup-node.git synced 2025-07-10 18:53:54 +08:00

Update workflow.yml ()

* Update workflow.yml

* Update README.md
This commit is contained in:
Danny McCormick 2019-07-16 14:27:47 -04:00 committed by GitHub
parent 5efb076871
commit 5ade4e801e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions
.github/workflows
README.md

View File

@ -9,7 +9,7 @@ jobs:
operating-system: [ubuntu-latest, windows-latest]
actions:
- name: Set Node.js 10.x
uses: bryanmacfarlane/node-config@master
uses: actions/setup-node@master
with:
version: 10.x

View File

@ -1,4 +1,4 @@
# @actions/setup-node
# setup-node
This action sets by node environment for use in actions by: