From cb61230d05d8d37384e04dc0ac43a003cbb2948b Mon Sep 17 00:00:00 2001 From: Konstantin Nosov Date: Sat, 16 Sep 2023 12:27:34 +0100 Subject: [PATCH] update actions version and bump nodejs to current lts --- .github/workflows/e2e.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 15b0087f8..b9316bbf4 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -17,14 +17,14 @@ jobs: repository: datopian/flowershow-template-e2e - name: Check out Flowershow into test-app - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: test-app - name: Use Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' - name: Install dependencies for E2E tests run: |