Skip to content

Commit 5159fa9

Browse files
authored
chore: upgrade tiptap and node/npm (#198)
* upgrade tiptap and node/npm * upgrade node in ci
1 parent 4dc80ce commit 5159fa9

File tree

5 files changed

+636
-561
lines changed

5 files changed

+636
-561
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v2
2020
with:
21-
node-version: "16.x"
21+
node-version: "18.x"
2222

2323
- name: Cache node modules
2424
uses: actions/cache@v2

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16
1+
v18.16.0

0 commit comments

Comments
 (0)