We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f264bd commit 3bd5264Copy full SHA for 3bd5264
.github/workflows/build.yaml
@@ -79,13 +79,13 @@ jobs:
79
if: matrix.container != 'node:lts-alpine'
80
uses: actions/setup-node@v6
81
with:
82
- node-version: "24.13.0"
+ node-version: "lts/*"
83
cache: npm
84
85
- name: Install dependencies
86
if: matrix.name != 'Alpine Linux ARM64'
87
run: npm ci
88
-
+
89
- name: Build and Package (Alpine ARM64)
90
if: matrix.name == 'Alpine Linux ARM64'
91
run: |
0 commit comments