mirror of
https://github.com/actions/setup-node.git
synced 2025-09-25 01:54:00 +08:00
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@@ -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
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# @actions/setup-node
|
||||
# setup-node
|
||||
|
||||
This action sets by node environment for use in actions by:
|
||||
|
||||
@@ -44,4 +44,4 @@ The scripts and documentation in this project are released under the [MIT Licens
|
||||
|
||||
# Contributions
|
||||
|
||||
Contributions are welcome! See [Contributor's Guide](docs/contributors.md)
|
||||
Contributions are welcome! See [Contributor's Guide](docs/contributors.md)
|
||||
|
Reference in New Issue
Block a user