mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-29 20:41:03 +00:00
Merge pull request #6953 from Rotzbua/up_nodejs_18
Upgrade to NodeJS 18
This commit is contained in:
commit
094604a87c
3 changed files with 4 additions and 3 deletions
3
.github/workflows/assets.yml
vendored
3
.github/workflows/assets.yml
vendored
|
@ -22,7 +22,8 @@ jobs:
|
||||||
- name: "Install Node"
|
- name: "Install Node"
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16"
|
node-version-file: ".nvmrc"
|
||||||
|
cache: "yarn"
|
||||||
|
|
||||||
- name: "Install dependencies with Yarn"
|
- name: "Install dependencies with Yarn"
|
||||||
run: "yarn install"
|
run: "yarn install"
|
||||||
|
|
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
||||||
16
|
18
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"doc": "docs"
|
"doc": "docs"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue