We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ef41e commit 1691973Copy full SHA for 1691973
.github/workflows/ci.yml
@@ -17,6 +17,5 @@ jobs:
17
- name: Set up Node.js
18
uses: actions/setup-node@v2
19
with:
20
- node-version: '22'
+ node-version: "22"
21
- run: npm install
22
- - run: npm test
package.json
@@ -3,7 +3,6 @@
3
"version": "0.1.0",
4
"private": true,
5
"scripts": {
6
- "test": "jest",
7
"format": "prettier --write .",
8
"dev": "next dev --turbopack",
9
"build": "next build",
0 commit comments