Skip to content

Commit

Permalink
Update build_dmg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
research11111 authored Oct 3, 2023
1 parent 9eb6b51 commit a8cbad4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_dmg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit a8cbad4

Please sign in to comment.