Skip to content

Commit 9b62695

Browse files
committed
workflows: Use actions/setup-node.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 4567243 commit 9b62695

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- uses: actions/setup-node@v4
14+
with:
15+
node-version: lts/*
1316
- uses: actions/checkout@v4
1417
- run: npm ci
1518
- run: npm test

0 commit comments

Comments
 (0)