We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a553a commit e66052bCopy full SHA for e66052b
package.json
@@ -10,7 +10,7 @@
10
"lint": "eslint",
11
"lint:fix": "eslint --fix",
12
"load-data": "docker exec -it fastify-postgres psql -c 'CREATE TABLE users(id serial PRIMARY KEY, username VARCHAR (50) NOT NULL);' -U postgres -d postgres",
13
- "postgres": "docker run -p 5432:5432 --name fastify-postgres -e POSTGRES_PASSWORD=postgres -d postgres:11-alpine",
+ "postgres": "docker run -p 5432:5432 --name fastify-postgres -e POSTGRES_PASSWORD=postgres -d postgres:18-alpine",
14
"test": "npm run test:unit && npm run test:typescript",
15
"test:unit": "c8 --100 node --test",
16
"test:report": "standard && c8 --reporter html node --test",
0 commit comments