mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 01:07:34 +00:00
CI: Fix node-version typo
Otherwise this generates an "unexpected inputs" warning.
This commit is contained in:
parent
f12152f77e
commit
3bea3f11e5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/twitter.yml
vendored
2
.github/workflows/twitter.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node_version: '14'
|
||||
node-version: '14'
|
||||
- run: npm i twit
|
||||
- run: |
|
||||
node ${{ github.workspace }}/Meta/tweet-commits.js << EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue