Skip to content

Commit 7601de1

Browse files
committed
node v fix
1 parent 296070f commit 7601de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-js.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
node-version: 20.x
26+
node-version: [20.x]
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4

0 commit comments

Comments
 (0)