mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Use Node 16
This commit is contained in:
parent
765538f2ea
commit
afbf6894ae
5
.github/workflows/push.yml
vendored
5
.github/workflows/push.yml
vendored
@ -17,10 +17,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14
|
||||
|
||||
- name: Setup NPM 7
|
||||
run: npm install -g npm@7
|
||||
node-version: 16
|
||||
|
||||
- name: Check cache
|
||||
uses: actions/cache@v2
|
||||
|
Loading…
Reference in New Issue
Block a user