Skip to content

Commit af07953

Browse files
committed
Try fixing nodejs version
1 parent 0613835 commit af07953

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
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v6
1717
with:
18-
node-version: lts/*
18+
node-version: "24.13.0"
1919
cache: npm
2020

2121
- name: Install dependencies
@@ -79,7 +79,7 @@ jobs:
7979
if: matrix.container != 'node:lts-alpine'
8080
uses: actions/setup-node@v6
8181
with:
82-
node-version: lts/*
82+
node-version: "24.13.0"
8383
cache: npm
8484

8585
- name: Install dependencies

0 commit comments

Comments
 (0)