Skip to content

Commit

Permalink
Merge pull request #17 from toebeann/dev
Browse files Browse the repository at this point in the history
v0.1.5-alpha.1.1
  • Loading branch information
toebeann authored Sep 29, 2022
2 parents 4c6fa7f + 47b67bb commit bb0e8ea
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup node.js @ 16
- name: Setup node.js @ lts
uses: actions/setup-node@v3
with:
node-version: 16
node-version: lts/*

- name: Get npm cache directory
id: npm-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- name: Clean up gh-pages
run: rm -rf gh-pages

- name: Setup node.js @ 16
- name: Setup node.js @ lts
uses: actions/setup-node@v3
with:
node-version: 16
node-version: lts/*

- name: Get npm cache directory
id: npm-cache
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup node.js @ 16
- name: Setup node.js @ lts
uses: actions/setup-node@v3
with:
node-version: 16
node-version: lts/*

- name: Get npm cache directory
id: npm-cache
Expand Down Expand Up @@ -48,9 +48,6 @@ jobs:
- name: Build
run: npm run build

- name: Shrinkwrap
run: npm shrinkwrap

- name: Publish to npm 🚀
uses: JS-DevTools/npm-publish@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typedoc-plugin-versions-cli",
"version": "0.1.5-alpha.1",
"version": "0.1.5-alpha.1.1",
"description": "A companion CLI tool for typedoc-plugins-versions.",
"main": "./dist/index.js",
"bin": {
Expand Down

0 comments on commit bb0e8ea

Please sign in to comment.