Skip to content

Commit 26ffcc1

Browse files
committed
Specify NodeJS version in CI
1 parent d2cd0b2 commit 26ffcc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10+
- uses: actions/setup-node@v4
11+
with:
12+
node-version-file: '/.nvmrc'
13+
1014
- run: npm ci
1115
- run: npm run lint
1216
- run: npm test

0 commit comments

Comments
 (0)