mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +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"
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16"
|
||||
node-version-file: ".nvmrc"
|
||||
cache: "yarn"
|
||||
|
||||
- name: "Install dependencies with Yarn"
|
||||
run: "yarn install"
|
||||
|
|
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
16
|
||||
18
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"doc": "docs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
"node": ">=18"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue