From bc01e2a2b172a33fdf18a9be4351f246b0acff15 Mon Sep 17 00:00:00 2001 From: dc7290 Date: Mon, 11 Sep 2023 12:21:25 +0900 Subject: [PATCH] =?UTF-8?q?node-version=E3=82=9216=E7=B3=BB=E3=81=AB?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4e28cc..27da8dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '16.x' registry-url: 'https://registry.npmjs.org' - name: release on npm run: |