From abd41037ae70553f6488d25c417cabd52738fcb5 Mon Sep 17 00:00:00 2001 From: BALLOON | FU-SEN Date: Wed, 20 Jul 2022 17:50:00 +0900 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3c929f..67e370e 100644 --- a/README.md +++ b/README.md @@ -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