Skip to content

Commit 6bfcbe9

Browse files
chore(deps): pin dependency node to 20.19.4
1 parent 0295b96 commit 6bfcbe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4.2.1
1212
- uses: actions/setup-node@v4.0.4
1313
with:
14-
node-version: 20
14+
node-version: 20.19.4
1515
- run: npm ci
1616
- run: npm test
1717

@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4.2.1
2323
- uses: actions/setup-node@v4.0.4
2424
with:
25-
node-version: 20
25+
node-version: 20.19.4
2626
registry-url: https://registry.npmjs.org/
2727
- run: npm ci
2828
- run: npm publish

0 commit comments

Comments
 (0)