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 8be33e2 commit 97fd0faCopy full SHA for 97fd0fa
.github/workflows/npm-publish.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Node.js
20
uses: actions/setup-node@v3
21
with:
22
- node-version: '18.x'
+ node-version: '20.x'
23
registry-url: 'https://registry.npmjs.org'
24
25
- name: Install dependencies
package.json
@@ -3,8 +3,8 @@
3
"version": "3.0.33",
4
"description": "Binary state serializer with delta encoding for games",
5
"bin": {
6
- "schema-codegen": "./bin/schema-codegen",
7
- "schema-debug": "./bin/schema-debug"
+ "schema-codegen": "bin/schema-codegen",
+ "schema-debug": "bin/schema-debug"
8
},
9
"scripts": {
10
"build": "tsc && rollup -c rollup.config.mjs",
0 commit comments