Skip to content

Commit

Permalink
ci(deps): update actions/setup-node action to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleycaselli authored Jan 15, 2025
1 parent ae2086a commit 93d1d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20.11
- name: Release
Expand Down

0 comments on commit 93d1d10

Please sign in to comment.