mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-03 13:28:41 +00:00
Upgrade to NodeJS 18
* GH Actions: use cache * GH Actions: use `.nvmrc`
This commit is contained in:
parent
94846eb82b
commit
49e8619c01
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