Skip to content

Commit eadc112

Browse files
committed
version
1 parent 6df84e9 commit eadc112

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.github/workflows/npmpublish.yml

+9-10
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ on:
55
types: [created]
66

77
jobs:
8-
build:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@v1
12-
- uses: actions/setup-node@v1
13-
with:
14-
node-version: 12
15-
- run: npm ci
16-
- run: npm test
17-
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v1
12+
- uses: actions/setup-node@v1
13+
with:
14+
node-version: 12
15+
- run: npm ci
16+
- run: npm test
1817
publish-npm:
1918
needs: build
2019
runs-on: ubuntu-latest

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extendscript-es6-shim",
3-
"version": "0.2.1",
3+
"version": "0.2.0",
44
"description": "a collection of useful es6-shims for Extendscript",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)