Skip to content

Commit f7fa495

Browse files
fix: use semver version.
Signed-off-by: Kristof Mattei <864376+kristof-mattei@users.noreply.github.com>
1 parent cf5d4d8 commit f7fa495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
2828

2929
- name: Set up node
30-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
30+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3131
with:
3232
node-version-file: package.json
3333
cache: pnpm

0 commit comments

Comments
 (0)