Skip to content

Commit 289f9f8

Browse files
chore(deps): update actions/setup-node action to v6 (#611)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5f9317a commit 289f9f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/.firebase/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
ref: ${{ github.ref }}
3838

3939
- name: Setup Node
40-
uses: actions/setup-node@v5
40+
uses: actions/setup-node@v6
4141
with:
4242
node-version: '20.19.5'
4343

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ref: ${{ github.ref }}
3737

3838
- name: Setup Node
39-
uses: actions/setup-node@v5
39+
uses: actions/setup-node@v6
4040
with:
4141
node-version: '20.19.5'
4242

0 commit comments

Comments
 (0)