We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eslint
Learn more about funding links in repositories.
Report abuse
actions/setup-node
1 parent 4f3891c commit 7f54d0cCopy full SHA for 7f54d0c
.github/workflows/CI.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install Node.js
20
uses: actions/setup-node@v3
21
with:
22
- node: 20.x
+ node-version: 20.x
23
- name: Install Packages
24
run: npm install
25
- name: Lint
0 commit comments