Skip to content

Commit 3bd5264

Browse files
committed
Use latest Node LTS version
1 parent 3f264bd commit 3bd5264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ jobs:
7979
if: matrix.container != 'node:lts-alpine'
8080
uses: actions/setup-node@v6
8181
with:
82-
node-version: "24.13.0"
82+
node-version: "lts/*"
8383
cache: npm
8484

8585
- name: Install dependencies
8686
if: matrix.name != 'Alpine Linux ARM64'
8787
run: npm ci
88-
88+
8989
- name: Build and Package (Alpine ARM64)
9090
if: matrix.name == 'Alpine Linux ARM64'
9191
run: |

0 commit comments

Comments
 (0)