Update node-version to 16

node LTE is currently updated up to 16, so I urge that update.
Of course this should be reflected in https://deploy-to-neocities.neocities.org/ .
Note that this is a pull request that I haven't tested.
This commit is contained in:
BALLOON | FU-SEN 2022-07-20 17:50:00 +09:00 committed by GitHub
parent 238fd68774
commit abd41037ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- name: Install deps and build
run: |
npm i