mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-21 09:29:41 +00:00
woops fix the yml
This commit is contained in:
parent
1921d01091
commit
e2ef4b4ac6
6
.github/workflows/learn-github-actions.yml
vendored
6
.github/workflows/learn-github-actions.yml
vendored
|
@ -4,9 +4,9 @@ jobs:
|
|||
check-bats-version:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-uses: actions/checkout@v2
|
||||
-uses: actions/setup-node@v2
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: '14'
|
||||
- run: npm install -g bats
|
||||
- run: bats -v
|
||||
|
|
Loading…
Reference in a new issue