Skip to content

Commit ae9be87

Browse files
committed
feat: add Node.js setup step to build workflow
1 parent 6d59b51 commit ae9be87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
with:
5353
dotnet-version: '9.0.x'
5454

55+
- uses: actions/setup-node@v4
56+
with:
57+
node-version: 20
58+
5559
- name: Setup tools
5660
run: |
5761
npm install -g bats

0 commit comments

Comments
 (0)