Skip to content

Commit

Permalink
bump action node
Browse files Browse the repository at this point in the history
  • Loading branch information
garrying committed Dec 16, 2023
1 parent 88b9d1e commit 9782de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.16.0
- name: Use Node.js 20.10.0
uses: actions/setup-node@v4
with:
node-version: 18.16.0
node-version: 20.10.0
cache: 'npm'
- run: npm ci
- run: npm run lint:scss --silent
Expand Down

0 comments on commit 9782de8

Please sign in to comment.