Skip to content

Commit

Permalink
fix: update linter to node.js 18 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast authored Oct 16, 2023
1 parent 9107d7f commit 913eb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "18.x"
- run: |
npm install --global awesome-lint@latest
awesome-lint

0 comments on commit 913eb5b

Please sign in to comment.