Compare commits
1 commit
master
...
renovate/n
Author | SHA1 | Date | |
---|---|---|---|
|
3bd7e0ea12 |
3 changed files with 5 additions and 5 deletions
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
||||||
20.16.0
|
20.19.0
|
||||||
|
|
|
@ -37,7 +37,7 @@ steps:
|
||||||
- mv .env.local .env_sample
|
- mv .env.local .env_sample
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: node:20.15.1
|
image: node:20.19.0
|
||||||
environment:
|
environment:
|
||||||
- USERNAME=aaronsw
|
- USERNAME=aaronsw
|
||||||
- PASSWORD=password
|
- PASSWORD=password
|
||||||
|
|
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -859,9 +859,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/mocha": {
|
"node_modules/mocha": {
|
||||||
"version": "10.8.2",
|
"version": "10.7.3",
|
||||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz",
|
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz",
|
||||||
"integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==",
|
"integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue