Skip to content

Commit 811f74e

Browse files
committed
revert package version
1 parent a2efa58 commit 811f74e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,8 @@ jobs:
8181
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
8282

8383
- name: Setup Node
84-
uses: actions/setup-node@v3
84+
uses: actions/setup-node@v4
8585
with:
86-
node-version: '14.x'
8786
registry-url: 'https://registry.npmjs.org'
8887

8988
- name: Checkout

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bandwidth-redoc",
3-
"version": "2.1.3",
3+
"version": "0.1.0",
44
"description": "Bandwidth ReDoc Fork",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)