1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Jump to Node 16 to build assets

This commit is contained in:
Jeremy Benoist 2022-05-23 08:04:16 +02:00
parent 7efaaa40c5
commit ce8369ce2d
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
4 changed files with 4 additions and 50 deletions

View file

@ -22,7 +22,7 @@ jobs:
- name: "Install Node"
uses: actions/setup-node@v3
with:
node-version: "12"
node-version: "16"
- name: "Install dependencies with Yarn"
run: "yarn install"