Skip to content

Commit 5dfa49d

Browse files
Update actions/setup-node action to v7
1 parent 536d564 commit 5dfa49d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-quilt-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
targets: ${{ matrix.platform == 'macos-15' && 'aarch64-apple-darwin,x86_64-apple-darwin,wasm32-unknown-unknown' || 'wasm32-unknown-unknown' }}
5353

5454
- name: Setup Node.js
55-
uses: actions/setup-node@v6
55+
uses: actions/setup-node@v7
5656
with:
5757
node-version: '24'
5858
cache: 'npm'

.github/workflows/test-quilt-sync-frontend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
targets: wasm32-unknown-unknown
2828

2929
- name: Setup Node.js
30-
uses: actions/setup-node@v6
30+
uses: actions/setup-node@v7
3131
with:
3232
node-version: '24'
3333
cache: 'npm'

0 commit comments

Comments
 (0)