1
Fork 0
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:
sin-ack 2021-08-07 06:51:34 +00:00 committed by Gunnar Beutner
parent f12152f77e
commit 3bea3f11e5

View file

@ -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