From 41d229878b543206826b2f1e9c8843b47f5c6088 Mon Sep 17 00:00:00 2001 From: Kay Gosho Date: Tue, 2 Aug 2022 00:53:40 +0900 Subject: [PATCH] change node version --- .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 c807b21..c1c45ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 18.x - uses: actions/cache@master with: path: node_modules