Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee committed Feb 2, 2024
1 parent d12e7f3 commit fe21bcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-enjoy-app.yml
Expand Up @@ -8,8 +8,8 @@ jobs:
matrix:
os: [macos-11, macos-13, macos-latest, windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-enjoy-app.yml
Expand Up @@ -8,8 +8,8 @@ jobs:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: install dependencies
Expand Down

0 comments on commit fe21bcc

Please sign in to comment.