From cfdb3aa103e800facdfe2a38d3ce12466489a2d4 Mon Sep 17 00:00:00 2001 From: azu Date: Fri, 21 Jul 2023 20:40:06 +0900 Subject: [PATCH] CI: clean --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a1106ad..907ac21 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: steps: - name: checkout uses: actions/checkout@v3 - - name: setup Node.js ${{ matrix.node-version }} + - name: setup Node.js uses: actions/setup-node@v3 with: cache: "yarn" @@ -49,7 +49,7 @@ jobs: steps: - name: checkout uses: actions/checkout@v3 - - name: setup Node.js ${{ matrix.node-version }} + - name: setup Node.js uses: actions/setup-node@v3 with: cache: "yarn" @@ -67,7 +67,7 @@ jobs: steps: - name: checkout uses: actions/checkout@v3 - - name: setup Node.js ${{ matrix.node-version }} + - name: setup Node.js uses: actions/setup-node@v3 with: cache: "yarn"