Skip to content

Commit

Permalink
chore: Update build workflows to use corepack and setup-node@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cutls committed Sep 3, 2024
1 parent 94e0fd3 commit 0753952
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
steps:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- uses: actions/checkout@v2
- run: corepack enable
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion renderer/thirdparty.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0753952

Please sign in to comment.