diff --git a/.github/workflows/nexe.yml b/.github/workflows/nexe.yml index fa7c3e3..9df3363 100644 --- a/.github/workflows/nexe.yml +++ b/.github/workflows/nexe.yml @@ -13,15 +13,12 @@ jobs: build: runs-on: ubuntu-latest - strategy: - node-version: 20.x - steps: - uses: actions/checkout@v3 - - name: Use Node.js ${{ matrix.node-version }} + - name: Use Node.js 20.x uses: actions/setup-node@v3 with: - node-version: ${{ matrix.node-version }} + node-version: 20.x cache: "npm" - run: npm install - run: npm run build:linux