Skip to content

Commit

Permalink
FIX: Update Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed Feb 24, 2024
1 parent 10631c0 commit 8c6ba00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npm run stop-only
- run: npm test
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"url": "https://github.com/digitallinguistics/scription2html.git"
},
"exports": "./src/index.js",
"engines": {
"node": ">=20"
},
"scripts": {
"build": "node build/index.js",
"stop-only": "stop-only --folder src",
Expand Down

0 comments on commit 8c6ba00

Please sign in to comment.