diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90b8590f4..e94027948 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,9 +18,9 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 cache: 'npm' - name: Install Snapcraft uses: samuelmeuli/action-snapcraft@v1 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 01817676b..ec5f84ff6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -61,19 +61,6 @@ jobs: run: | npm ci npm run lint:stylelint - source: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: 16 - cache: 'npm' - - name: Run tests - run: | - npm ci - npm test rpmspec: runs-on: ubuntu-latest steps: