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 f579a50 commit 7aad710
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Set Context
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- uses: actions/checkout@v2
- run: corepack enable
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 7aad710

Please sign in to comment.