We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0613835 commit af07953Copy full SHA for af07953
.github/workflows/build.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Node.js
16
uses: actions/setup-node@v6
17
with:
18
- node-version: lts/*
+ node-version: "24.13.0"
19
cache: npm
20
21
- name: Install dependencies
@@ -79,7 +79,7 @@ jobs:
79
if: matrix.container != 'node:lts-alpine'
80
81
82
83
84
85
0 commit comments