From d20c0c25cd2bc1ad1503aec6a7d116406ae72a77 Mon Sep 17 00:00:00 2001 From: ttsukagoshi Date: Tue, 6 Feb 2024 05:18:21 +0900 Subject: [PATCH] Update `with.node-version` v16->20 in actions/setup-node resolve #136 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 579966b..e0061f7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '20' - name: Cache node modules uses: actions/cache@v3.3.2