Skip to content

Commit

Permalink
ci: update workflow to fix notarizing on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Nov 13, 2023
1 parent f3044ab commit 63a4461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
- name: Setup Python environment
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11.5'

- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 14.x
node-version: 16.x

- name: Install
run: |
Expand Down

1 comment on commit 63a4461

@vercel
Copy link

@vercel vercel bot commented on 63a4461 Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.