From e3d7fe053f32f060a22d403f1a94b5ded7923ec2 Mon Sep 17 00:00:00 2001 From: Iveta Date: Tue, 15 Aug 2023 16:47:54 -0400 Subject: [PATCH] Update GH action --- .github/workflows/test-build.yml | 2 +- .github/workflows/update-deps.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 87110cda..4298b0bf 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -12,6 +12,6 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 18 - run: yarn install - run: yarn build diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index b50cd1d8..9c025dc1 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -22,6 +22,6 @@ jobs: ``` Make sure there are no issues in the code editor, code compiles, and it runs without issues in the browser. pinned: false - close-previous: false + close-previous: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}