Skip to content

Commit

Permalink
feat: use node version from engines
Browse files Browse the repository at this point in the history
  • Loading branch information
SkoebaSteve committed Jan 7, 2025
1 parent ab0cc24 commit ebad3c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ jobs:
uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Check Node version
run: node --version
- name: Run Lint
run: pnpm lint
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@
"@glint/template": "patches/@glint__template.patch"
}
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"engines": {
"node": ">= 18.*"
}
}

0 comments on commit ebad3c5

Please sign in to comment.