From 9c8d96a3992364ab316187a696fb5c68bb44a606 Mon Sep 17 00:00:00 2001 From: shimataro Date: Wed, 21 Dec 2022 10:39:51 +0900 Subject: [PATCH] update actions/setup-node version: v1 -> v3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09c542a..ffefab4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - name: Checkout source codes uses: actions/checkout@v3 - name: Install Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.nodejs }} - name: Install dependencies