Skip to content

Commit bded46c

Browse files
committed
Specify Node.js versionn
1 parent 43c822e commit bded46c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
steps:
1414
- name: Préparation de Node.js
1515
uses: actions/setup-node@v4
16+
with:
17+
node-version: 'lts/*'
18+
registry-url: https://registry.npmjs.org/
1619

1720
- name: Installer pnpm
1821
uses: pnpm/action-setup@v3

0 commit comments

Comments
 (0)