Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
extremeheat
c435427b37
Update ci.yml 2024-08-15 15:43:04 -04:00
extremeheat
e0505373be
update handling 2024-08-15 15:14:57 -04:00
extremeheat
995dcfc65a
Update package.json 2024-08-15 15:05:14 -04:00

View file

@ -27,4 +27,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: curl -L https://raw.githubusercontent.com/extremeheat/node-protodef/fix-anon-containers/src/datatypes/compiler-structures.js -o node_modules/protodef/src/datatypes/compiler-structures.js
- run: curl -L https://raw.githubusercontent.com/extremeheat/node-protodef/fix-anon-containers/src/datatypes/compiler-conditional.js -o node_modules/protodef/src/datatypes/compiler-conditional.js
- run: curl -L https://raw.githubusercontent.com/extremeheat/node-protodef/fix-anon-containers/src/compiler.js -o node_modules/protodef/src/compiler.js
- run: npm test