From f52197d02b3f6dc058f4e952704e0e4edc95836d Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 22 May 2022 16:40:09 -0700 Subject: Fix actions --- .github/workflows/new.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/new.yml b/.github/workflows/new.yml index 58956106..cf79e131 100644 --- a/.github/workflows/new.yml +++ b/.github/workflows/new.yml @@ -12,9 +12,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 - - run: npm install + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + - run: npm install --force working-directory: modern - run: npm run lint working-directory: modern -- cgit v1.2.3