Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Moved to most recent Node Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixelicc committed Jan 27, 2024
1 parent 4ee60a3 commit cb149ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build Electron App
on: [push]
on: [push, workflow_dispatch]

env:
GH_TOKEN: ${{ secrets.TOKEN }}
Expand All @@ -12,7 +12,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@master
- uses: actions/setup-node@v4
with:
node-version: 20
- name: install dependencies
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@master
- uses: actions/setup-node@v4
with:
node-version: 20
- name: install dependencies
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@master
- uses: actions/setup-node@v4
with:
node-version: 20
- name: install dependencies
Expand Down

0 comments on commit cb149ee

Please sign in to comment.