Skip to content

Commit 1f0484f

Browse files
authored
Updated build.yml to the latest nodejs version
1 parent 10a335f commit 1f0484f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 20
23+
node-version: lts/*
2424
cache: npm
2525
- name: Install dependencies
2626
run: npm ci

0 commit comments

Comments
 (0)