From abd41037ae70553f6488d25c417cabd52738fcb5 Mon Sep 17 00:00:00 2001 From: BALLOON | FU-SEN Date: Wed, 20 Jul 2022 17:50:00 +0900 Subject: [PATCH 1/2] 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 From 9b6571537b238f3446151711b1ea115e4d4e4023 Mon Sep 17 00:00:00 2001 From: Bret Comnes <166301+bcomnes@users.noreply.github.com> Date: Fri, 22 Jul 2022 09:36:59 -0600 Subject: [PATCH 2/2] Use lts/* Lets keep it timeless. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67e370e..6a569cd 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: 16 + node-version: lts/* - name: Install deps and build run: | npm i