From 39461a8bfa2e6618b83c924eece10ec9b1ab7e5b Mon Sep 17 00:00:00 2001 From: Rin Arakaki Date: Sun, 12 Feb 2023 19:26:25 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec78b0d..3264084 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,5 @@ name: Continuous integration - on: [pull_request, push] - jobs: test: runs-on: ubuntu-latest @@ -11,7 +9,7 @@ jobs: env: token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: npm ci - run: npm run lint - run: npm run build