Skip to content

Commit

Permalink
Request npm 7, and use Node 16 by default, to get a version of npm wi…
Browse files Browse the repository at this point in the history
…th modern npx
  • Loading branch information
danyalaytekin committed Nov 13, 2023
1 parent 520e9e0 commit a18ecb9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"private": true,
"license": "CC-BY-NC",
"engines": {
"node": ">=14"
},
"node": ">=14",
"npm": ">=7"
},
"devDependencies": {
"pa11y-ci": "^3.0.1"
}
Expand Down

0 comments on commit a18ecb9

Please sign in to comment.