Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
renovate[bot] authored Sep 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1aecb1e commit 90d6305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-preview.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.4
with:
node-version: ${{ matrix.node }}
check-latest: true

0 comments on commit 90d6305

Please sign in to comment.