File tree Expand file tree Collapse file tree 6 files changed +16
-6965
lines changed
Expand file tree Collapse file tree 6 files changed +16
-6965
lines changed Original file line number Diff line number Diff line change 1616 - name : lint
1717 uses : actions/setup-node@v2
1818 with :
19- node-version : ' 15 .x'
20- - run : npm ci
19+ node-version : ' 16 .x'
20+ - run : npm install
2121 - run : npm run lint
Original file line number Diff line number Diff line change 1616
1717 strategy :
1818 matrix :
19- node-version : [15 .x]
19+ node-version : [16 .x]
2020 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121
2222 steps :
2525 uses : actions/setup-node@v2
2626 with :
2727 node-version : ${{ matrix.node-version }}
28- - run : npm ci
28+ - run : npm install
2929 - run : npm run build --if-present
3030 - run : npm test
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v2
1515 - uses : actions/setup-node@v2
1616 with :
17- node-version : 15
18- - run : npm ci
17+ node-version : 16
18+ - run : npm install
1919 - run : npm test
2020
2121 publish-npm :
2525 - uses : actions/checkout@v2
2626 - uses : actions/setup-node@v2
2727 with :
28- node-version : 15
28+ node-version : 16
2929 registry-url : https://registry.npmjs.org/
30- - run : npm ci
30+ - run : npm install
3131 - run : npm publish
3232 env :
3333 NODE_AUTH_TOKEN : ${{secrets.npm_token}}
3939 - uses : actions/checkout@v2
4040 - uses : actions/setup-node@v2
4141 with :
42- node-version : 15
42+ node-version : 16
4343 registry-url : https://npm.pkg.github.com/
4444 - name : Insert repository owner as scope into package name
4545 run : |
5454 process.exit(1);
5555 });
5656 EOF
57- - run : npm ci
57+ - run : npm install
5858 - run : npm publish
5959 env :
6060 NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 6.0.5 - 2021-10-20
4+
5+ * version bump
6+ * remove ` package-lock.json ` , no depedencies so make bot and install warnings go away
7+
38## 6.0.4 - 2021-05-14
49
510* remove un-used babel devDependencies
You can’t perform that action at this time.
0 commit comments