mirror of
https://github.com/actions/setup-java.git
synced 2024-08-16 10:19:51 +02:00
Update workflow.yml (#7)
This commit is contained in:
parent
80aadaa7c0
commit
4c0991d2f2
1 changed files with 1 additions and 1 deletions
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue