From 78e7a15995630e7e55d40c56ff3aec1a4ade7044 Mon Sep 17 00:00:00 2001 From: cirroskais Date: Sun, 3 Mar 2024 22:49:43 -0500 Subject: [PATCH] sjd23d8svc --- .github/workflows/nexe.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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