mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
ci: use node v22
This commit is contained in:
@@ -7,7 +7,7 @@ runs:
|
|||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20.x
|
node-version: 22.x
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
cache-dependency-path: |
|
cache-dependency-path: |
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|||||||
@@ -74,7 +74,7 @@
|
|||||||
},
|
},
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "20.12.0"
|
"node": "22.20.0"
|
||||||
},
|
},
|
||||||
"taskRunner": {
|
"taskRunner": {
|
||||||
"projects": [
|
"projects": [
|
||||||
|
|||||||
Reference in New Issue
Block a user