Skip to content

Commit 72224a1

Browse files
author
Scott Straughan
committed
Fixes an issue related to node. See npm/cli#7657 for more details.
1 parent 9ca8a42 commit 72224a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup Node.js 22
5454
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
5555
with:
56-
node-version: 22
56+
node-version: 22.4.1
5757
cache: 'npm'
5858
- name: Install Dependencies
5959
run: npm ci

0 commit comments

Comments
 (0)