From 92df67fd7858e468698a0bd689f7cfef7e5055c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20Wei=C3=9Fe?= Date: Wed, 19 Jul 2023 21:48:40 +0200 Subject: [PATCH] chore: ci --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b684e66..92ccf38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,16 +3,14 @@ on: [push] jobs: test: runs-on: ubuntu-latest - strategy: - matrix: - node-version: [16.x] + steps: - uses: actions/checkout@v3 - - name: Use Node.js ${{ matrix.node-version }} + - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: ${{ matrix.node-version }} + node-version-file: 'package.json' - uses: actions/cache@v3 with: