Skip to content

Commit

Permalink
ci: Set Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewscwei committed May 15, 2024
1 parent a18b082 commit 1730122
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ steps.auth.outputs.token }}
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Create release
id: release
env:
Expand Down

0 comments on commit 1730122

Please sign in to comment.