Skip to content

Commit ada47be

Browse files
authored
Merge pull request #20 from andstor/develop
v1.1.5
2 parents 58a2aaf + 1b5bfde commit ada47be

File tree

3 files changed

+4
-20
lines changed

3 files changed

+4
-20
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Test
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: '10.x'
19+
node-version: 12
2020
- run: npm ci
2121
- run: npm run build --if-present
2222
- run: npm test
@@ -29,25 +29,9 @@ jobs:
2929
- uses: actions/checkout@v2
3030
- uses: actions/setup-node@v1
3131
with:
32-
node-version: '10.x'
32+
node-version: 12
3333
registry-url: 'https://registry.npmjs.org'
3434
- run: npm install
3535
- run: npm publish
3636
env:
3737
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
38-
39-
publish-gpr:
40-
name: Publish to gpr
41-
needs: build
42-
runs-on: ubuntu-latest
43-
steps:
44-
- uses: actions/checkout@v2
45-
- uses: actions/setup-node@v1
46-
with:
47-
node-version: '10.x'
48-
registry-url: 'https://npm.pkg.github.com'
49-
scope: '@andstor'
50-
- run: npm install
51-
- run: npm publish
52-
env:
53-
NODE_AUTH_TOKEN: ${{ secrets.PERSONAL_TOKEN }}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "three-voxel-loader",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "three.js plugin for loading voxel data",
55
"main": "lib/voxel-loader.js",
66
"scripts": {

0 commit comments

Comments
 (0)