diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a94a60a..40610c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,12 +12,12 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v1 + uses: actions/checkout@v4.0.2 - - name: Install Node.js, NPM and Yarn - uses: actions/setup-node@v1 + - name: Install Node.js and NPM + uses: actions/setup-node@v4.0.2 with: - node-version: 10 + node-version: 20.15.0 - name: Electron Forge Action uses: yinxulai/actions-electron-forge@0.05