Skip to content

Commit

Permalink
ci(force-patch): use Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-welker committed Jun 4, 2024
1 parent 851a981 commit 050be16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
channel: ${{ steps.get_version.outputs.channel }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Get branch name
id: get_branch
run: |
Expand Down

0 comments on commit 050be16

Please sign in to comment.