[ts] Update GH Action Node version.

This commit is contained in:
Mario Zechner 2021-09-01 13:41:05 +02:00
parent 716935977e
commit 8797e3c152
2 changed files with 42 additions and 7 deletions

View File

@ -13,8 +13,7 @@ jobs:
- name: Setup TypeScript
uses: actions/setup-node@v1
with:
node-version: '13.x'
- run: npm install -g typescript
node-version: '16.6.2'
- name: Build spine-ts
working-directory: spine-ts
env:

View File

@ -8245,7 +8245,7 @@
},
"spine-canvas": {
"name": "@esotericsoftware/spine-canvas",
"version": "4.0.2",
"version": "4.0.4",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.0.2"
@ -8253,21 +8253,26 @@
},
"spine-core": {
"name": "@esotericsoftware/spine-core",
"version": "4.0.2",
"version": "4.0.4",
"license": "LicenseRef-LICENSE"
},
"spine-player": {
"name": "@esotericsoftware/spine-player",
"version": "4.0.2",
"version": "4.0.4",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.0.2",
"@esotericsoftware/spine-webgl": "4.0.2"
}
},
"spine-player/node_modules/@esotericsoftware/spine-core": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@esotericsoftware/spine-core/-/spine-core-4.0.2.tgz",
"integrity": "sha512-tkHGEt0NyC/UuHPJtPSmD2YK5D3Z8Yp0OqKhKeH298aRJTIYfsmlgpupgraUqxaacEv9IatIC79pLATtlEsz7A=="
},
"spine-threejs": {
"name": "@esotericsoftware/spine-threejs",
"version": "4.0.2",
"version": "4.0.4",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.0.2",
@ -8275,13 +8280,23 @@
"three": "^0.132.0"
}
},
"spine-threejs/node_modules/@esotericsoftware/spine-core": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@esotericsoftware/spine-core/-/spine-core-4.0.2.tgz",
"integrity": "sha512-tkHGEt0NyC/UuHPJtPSmD2YK5D3Z8Yp0OqKhKeH298aRJTIYfsmlgpupgraUqxaacEv9IatIC79pLATtlEsz7A=="
},
"spine-webgl": {
"name": "@esotericsoftware/spine-webgl",
"version": "4.0.2",
"version": "4.0.4",
"license": "LicenseRef-LICENSE",
"dependencies": {
"@esotericsoftware/spine-core": "4.0.2"
}
},
"spine-webgl/node_modules/@esotericsoftware/spine-core": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@esotericsoftware/spine-core/-/spine-core-4.0.2.tgz",
"integrity": "sha512-tkHGEt0NyC/UuHPJtPSmD2YK5D3Z8Yp0OqKhKeH298aRJTIYfsmlgpupgraUqxaacEv9IatIC79pLATtlEsz7A=="
}
},
"dependencies": {
@ -8325,6 +8340,13 @@
"requires": {
"@esotericsoftware/spine-core": "4.0.2",
"@esotericsoftware/spine-webgl": "4.0.2"
},
"dependencies": {
"@esotericsoftware/spine-core": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@esotericsoftware/spine-core/-/spine-core-4.0.2.tgz",
"integrity": "sha512-tkHGEt0NyC/UuHPJtPSmD2YK5D3Z8Yp0OqKhKeH298aRJTIYfsmlgpupgraUqxaacEv9IatIC79pLATtlEsz7A=="
}
}
},
"@esotericsoftware/spine-threejs": {
@ -8333,12 +8355,26 @@
"@esotericsoftware/spine-core": "4.0.2",
"@types/three": "^0.131.0",
"three": "^0.132.0"
},
"dependencies": {
"@esotericsoftware/spine-core": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@esotericsoftware/spine-core/-/spine-core-4.0.2.tgz",
"integrity": "sha512-tkHGEt0NyC/UuHPJtPSmD2YK5D3Z8Yp0OqKhKeH298aRJTIYfsmlgpupgraUqxaacEv9IatIC79pLATtlEsz7A=="
}
}
},
"@esotericsoftware/spine-webgl": {
"version": "file:spine-webgl",
"requires": {
"@esotericsoftware/spine-core": "4.0.2"
},
"dependencies": {
"@esotericsoftware/spine-core": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@esotericsoftware/spine-core/-/spine-core-4.0.2.tgz",
"integrity": "sha512-tkHGEt0NyC/UuHPJtPSmD2YK5D3Z8Yp0OqKhKeH298aRJTIYfsmlgpupgraUqxaacEv9IatIC79pLATtlEsz7A=="
}
}
},
"@types/normalize-package-data": {