Skip to content

Commit 4192638

Browse files
ci: Use actions/setup-node.
1 parent 6bf34a6 commit 4192638

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15+
- uses: actions/setup-node@v4
16+
with:
17+
node-version: 18
1518
- run: npm ci
1619
- run: npm run build

0 commit comments

Comments
 (0)