From e17ef10af6e3795313b5238c2e1d35635016c8c0 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Fri, 22 Jul 2022 19:08:06 +0900 Subject: [PATCH] update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a649f82..cfcad68 100644 --- a/README.md +++ b/README.md @@ -208,8 +208,8 @@ jobs: main: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 with: { node-version: lts/*, cache: npm } - run: npm ci - run: npm test