mirror of
https://github.com/subosito/flutter-action.git
synced 2024-08-16 10:19:50 +02:00
update workflow version
This commit is contained in:
parent
3d84912f19
commit
be0b2dfa50
1 changed files with 3 additions and 3 deletions
6
.github/workflows/workflow.yml
vendored
6
.github/workflows/workflow.yml
vendored
|
@ -9,11 +9,11 @@ jobs:
|
|||
operating-system: [ubuntu-latest, windows-latest, macos-latest]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
uses: actions/checkout@v2
|
||||
- name: Set Node.js 10.x
|
||||
uses: actions/setup-node@master
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
version: 10.x
|
||||
node-version: 10.x
|
||||
- name: npm install
|
||||
run: npm install
|
||||
- name: Lint
|
||||
|
|
Loading…
Reference in a new issue