Skip to content

Commit

Permalink
ci: fix actions/setup-node setup for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Oct 5, 2023
1 parent 4f3891c commit 7f54d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node: 20.x
node-version: 20.x
- name: Install Packages
run: npm install
- name: Lint
Expand Down

0 comments on commit 7f54d0c

Please sign in to comment.