mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
parent
5efb076871
commit
5ade4e801e
2 changed files with 3 additions and 3 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
operating-system: [ubuntu-latest, windows-latest]
|
operating-system: [ubuntu-latest, windows-latest]
|
||||||
actions:
|
actions:
|
||||||
- name: Set Node.js 10.x
|
- name: Set Node.js 10.x
|
||||||
uses: bryanmacfarlane/node-config@master
|
uses: actions/setup-node@master
|
||||||
with:
|
with:
|
||||||
version: 10.x
|
version: 10.x
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# @actions/setup-node
|
# setup-node
|
||||||
|
|
||||||
This action sets by node environment for use in actions by:
|
This action sets by node environment for use in actions by:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue