Skip to content

Commit

Permalink
Run lint action on Node 16
Browse files Browse the repository at this point in the history
The version of node-sass we depend on only supports up to Node 17
  • Loading branch information
xzyfer committed Nov 27, 2024
1 parent d373996 commit 76e27b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "lts/*"
node-version: 16
cache: npm

- name: Install npm dependencies
Expand Down

0 comments on commit 76e27b8

Please sign in to comment.