We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ede39b commit 6d1db11Copy full SHA for 6d1db11
.github/workflows/ci.yml
@@ -31,5 +31,7 @@ jobs:
31
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
32
- name: Install dependencies
33
run: pnpm install
34
+ - name: Let's pause to debug...
35
+ uses: fawazahmed0/action-debug-vscode@main
36
- name: Run Tests
37
run: pnpm run test
package.json
@@ -31,7 +31,7 @@
"homepage": "https://github.com/platformatic/php#readme",
"dependencies": {
"@fastify/static": "^8.2.0",
- "@platformatic/php-node": "^1.0.3",
+ "@platformatic/php-node": "^1.0.4-dev",
"@platformatic/service": "^2.63.3",
"json-schema-to-typescript": "^15.0.4"
},
0 commit comments