Skip to content

Commit b0f4361

Browse files
committed
Bump version to 0.22.0
1 parent 992c4e4 commit b0f4361

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/publish-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: steps.check.outputs.changed == 'true' && contains(steps.check.outputs.version, 'beta')
1919
uses: actions/setup-node@v1
2020
with:
21-
node-version: "14"
21+
node-version: "16"
2222
- name: Upgrade npm
2323
if: steps.check.outputs.changed == 'true' && contains(steps.check.outputs.version, 'beta')
2424
run: npm i -g npm@latest

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: steps.check.outputs.changed == 'true'
2121
uses: actions/setup-node@v1
2222
with:
23-
node-version: "14"
23+
node-version: "16"
2424
- name: Install
2525
if: steps.check.outputs.changed == 'true'
2626
run: npm ci

package-lock.json

Lines changed: 2 additions & 2 deletions
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,7 +1,7 @@
11
{
22
"name": "typedoc",
33
"description": "Create api documentation for TypeScript projects.",
4-
"version": "0.22.0-beta.10",
4+
"version": "0.22.0",
55
"homepage": "https://typedoc.org",
66
"main": "./dist/index.js",
77
"exports": "./dist/index.js",

0 commit comments

Comments
 (0)