Skip to content

Commit 525b2a4

Browse files
committed
update workflow and readme
1 parent af4da59 commit 525b2a4

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,22 @@ jobs:
1313
uses: actions/checkout@v2
1414

1515
- name: Setup Node.js
16-
uses: actions/setup-node@v2
16+
uses: "actions/setup-node@v3"
1717
with:
1818
node-version: 18
1919
registry-url: "https://registry.npmjs.org"
2020

21-
- name: Install pnpm
22-
run: npm install -g pnpm@8
21+
- uses: pnpm/[email protected]
22+
name: Install pnpm
23+
id: pnpm-install
24+
with:
25+
version: 8
26+
run_install: false
2327

24-
- name: Install dependencies
28+
- name: "Install Packages"
2529
run: pnpm i --frozen-lockfile
2630

27-
- name: Build package
31+
- name: "Build"
2832
run: pnpm run build
2933

3034
- name: Publish to npm

packages/jsonforms-vuetify-webcomponent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ JSON Forms eliminates the tedious task of writing fully-featured forms by hand b
66

77
## Vue 3 Vuetify Renderers WebComponent
88

9-
This is the JSON Forms Vue 2 Vuetify renderers WebComponent which provides a Vuetify based renderer set for [JSON Forms Vue 2](https://github.com/eclipsesource/jsonforms/blob/master/packages/vue2/vue2) implemented as WebComponent
9+
This is the JSON Forms Vue 3 Vuetify renderers WebComponent which provides a Vuetify based renderer set for [JSON Forms Vue Vuetify renderer set](https://github.com/eclipsesource/jsonforms/tree/master/packages/vue-vuetify) implemented as WebComponent
1010

1111
### Quick start
1212

0 commit comments

Comments
 (0)