mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
Raise minimum required NPM version to 8.0.0
This commit is contained in:
parent
715a9d130e
commit
c5e9f914bc
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node: [14, 16]
|
||||
node: [16, 18, 20]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -20,13 +20,10 @@ jobs:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: npm
|
||||
|
||||
- name: Install npm@v7
|
||||
run: npm install -g npm@7
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
# Running this after `npm ci` because `npm ci` removes `node_modules`:
|
||||
# Running this after `npm ci` because `npm ci` removes `node_modules`:
|
||||
- name: Download Turborepo cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
8
package-lock.json
generated
8
package-lock.json
generated
@ -20,8 +20,8 @@
|
||||
"turbo": "^1.2.9"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0",
|
||||
"npm": ">=7.0.0"
|
||||
"node": ">=16.10.0",
|
||||
"npm": ">=8.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@ampproject/remapping": {
|
||||
@ -16721,7 +16721,7 @@
|
||||
"@rollup/plugin-json": "6.0.0",
|
||||
"@rollup/plugin-node-resolve": "15.2.1",
|
||||
"@rollup/plugin-replace": "5.0.2",
|
||||
"@rollup/plugin-terser": "^0.4.3",
|
||||
"@rollup/plugin-terser": "0.4.3",
|
||||
"@types/gulp": "4.0.13",
|
||||
"@types/jest": "29.5.4",
|
||||
"babel-preset-minify": "0.5.2",
|
||||
@ -16743,7 +16743,7 @@
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
"node": ">=16.10.0"
|
||||
}
|
||||
},
|
||||
"packages/extension-mouse-tracking": {
|
||||
|
@ -21,7 +21,7 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.10.0",
|
||||
"npm": ">=7.0.0"
|
||||
"npm": ">=8.0.0"
|
||||
},
|
||||
"packageManager": "npm@8.3.1",
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user