mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
ci: upgrade to Node 16
This commit is contained in:
parent
2f4d2a668c
commit
91afe8adf1
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14, 16]
|
||||
node-version: [16]
|
||||
|
||||
steps:
|
||||
|
||||
@ -76,7 +76,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14, 16]
|
||||
node-version: [16]
|
||||
|
||||
steps:
|
||||
|
||||
@ -132,7 +132,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14, 16]
|
||||
node-version: [16]
|
||||
|
||||
steps:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user