Skip to content

Commit 437fff1

Browse files
authored
Merge pull request #242 from leezng/dev
chore: update actions plugin version
2 parents e6e1f91 + 4df6bdb commit 437fff1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/bump-version.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
GITHUB_EMAIL: ${{ secrets.CI_EMAIL }}
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121

22+
- name: Set up Node.js
23+
uses: actions/setup-node@v3
24+
with:
25+
node-version: 16
26+
registry-url: https://registry.npmjs.org/
27+
2228
- name: Publish NPM
2329
run: |
2430
npm ci

package-lock.json

Lines changed: 1 addition & 1 deletion
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,6 +1,6 @@
11
{
22
"name": "vue-json-pretty",
3-
"version": "2.2.4",
3+
"version": "2.2.3",
44
"description": "A JSON tree view component that is easy to use and also supports data selection.",
55
"author": "leezng <im.leezng@gmail.com>",
66
"main": "lib/vue-json-pretty.js",

0 commit comments

Comments
 (0)