diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78b4c7f..628ee1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Use Node.js ${{ matrix.node-version }} + - name: Setup node uses: actions/setup-node@v3 with: - node-version: ${{ matrix.node-version }} + node-version: "20" cache: "npm" - run: npm ci - run: npm run build --if-present