Skip to content

Commit

Permalink
Update(project): specify node version and license
Browse files Browse the repository at this point in the history
test will throw errors if you are using an incompatible node version. On version 22.8 it does work as intended.
(a problem with protobufjs: protobufjs/protobuf.js#2025)
  • Loading branch information
haraldkri committed Sep 6, 2024
1 parent 9f16f10 commit 1bb918b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@
"test:watch": "ts-mocha --exit src/**/*.test.ts -w --watch-files 'src/**/*.ts'",
"emulators:start": "firebase emulators:start --only firestore"
},
"engines": {
"node": "18.20.4 || 20.17.0 || >=22.8"
},
"author": "Harald Kriebisch",
"license": "ISC",
"license": "MIT",
"devDependencies": {
"@firebase/rules-unit-testing": "^3.0.4",
"ts-node": "^10.9.2",
Expand Down

0 comments on commit 1bb918b

Please sign in to comment.