Skip to content

Commit

Permalink
Bump version to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Sep 10, 2021
1 parent 992c4e4 commit b0f4361
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: steps.check.outputs.changed == 'true' && contains(steps.check.outputs.version, 'beta')
uses: actions/setup-node@v1
with:
node-version: "14"
node-version: "16"
- name: Upgrade npm
if: steps.check.outputs.changed == 'true' && contains(steps.check.outputs.version, 'beta')
run: npm i -g npm@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: steps.check.outputs.changed == 'true'
uses: actions/setup-node@v1
with:
node-version: "14"
node-version: "16"
- name: Install
if: steps.check.outputs.changed == 'true'
run: npm ci
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,7 +1,7 @@
{
"name": "typedoc",
"description": "Create api documentation for TypeScript projects.",
"version": "0.22.0-beta.10",
"version": "0.22.0",
"homepage": "https://typedoc.org",
"main": "./dist/index.js",
"exports": "./dist/index.js",
Expand Down

0 comments on commit b0f4361

Please sign in to comment.