Skip to content

Commit 2bf629a

Browse files
authored
Update node.js.yml
1 parent eaf39c5 commit 2bf629a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- name: Use Node.js 20.6
16+
- name: Use Node.js 20.6.0
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 20.6
19+
node-version: 20.6.0
2020
cache: 'npm'
21-
- run: npm i
21+
- run: npm clean-install --legacy-peer-deps
2222
working-directory: example
2323
- run: npm test

0 commit comments

Comments
 (0)