Update main.yml

fixed yml error
This commit is contained in:
timrid 2021-05-23 16:36:39 +02:00 committed by GitHub
parent 8a450ec8bd
commit 672fe1fd52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ jobs:
# Setup node.js (for pyright)
- name: Setup node.js (for pyright)
- uses: actions/setup-node@v2
uses: actions/setup-node@v2
with:
node-version: '14'