Skip to content

Commit

Permalink
use node 18 in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchwert committed Apr 3, 2024
1 parent 9f1badf commit 66ff48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
node-version: 18
registry-url: https://registry.npmjs.org/
cache: "yarn"

Expand Down

0 comments on commit 66ff48b

Please sign in to comment.