Skip to content

Commit 3086e24

Browse files
committed
fix: updated setup node version to v6
1 parent 3ba241f commit 3086e24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v3
2424

2525
- name: Setup Node.js 20.x
26-
uses: actions/setup-node@v3
26+
uses: actions/setup-node@v6
2727
with:
2828
node-version: 20.x
2929
cache: 'yarn'

0 commit comments

Comments
 (0)