mirror of
https://gitea.com/actions/checkout.git
synced 2025-04-07 15:59:41 +00:00
Change version to node-version (#12)
version is deprecated and replaced by node-version
This commit is contained in:
@ -15,7 +15,7 @@ steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-node@master
|
||||
with:
|
||||
version: 10.x
|
||||
node-version: 10.x
|
||||
- run: npm install
|
||||
- run: npm test
|
||||
```
|
||||
|
Reference in New Issue
Block a user