Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Require at least node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
svenmuennich committed May 7, 2024
1 parent 84f300d commit bc4f2ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version-file: 'package.json'
- run: npm ci
- run: npm run eslint
- run: npm run cspell
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version-file: 'package.json'
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"viison-style-guide": "git+https://github.com/pickware/style-guide.git"
},
"engines": {
"node": ">=14.0.0"
"node": ">=20.0.0"
},
"preferGlobal": true
}

0 comments on commit bc4f2ae

Please sign in to comment.