Skip to content

Commit a987c5c

Browse files
chore(deps): update actions/setup-node action to v5 (#609)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0949991 commit a987c5c

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@v2
40+
uses: actions/setup-node@v5
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@v4
39+
uses: actions/setup-node@v5
4040
with:
4141
node-version: '20.19.5'
4242

0 commit comments

Comments
 (0)