Skip to content

Commit d336584

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 52f585d commit d336584

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
working-directory: scripts
1313
steps:
1414
- uses: actions/checkout@v5
15-
- uses: actions/setup-node@v5
15+
- uses: actions/setup-node@v6
1616
with:
1717
node-version: lts/*
1818
- run: npm ci

.github/workflows/most-helpful-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
working-directory: scripts
1414
steps:
1515
- uses: actions/checkout@v5
16-
- uses: actions/setup-node@v5
16+
- uses: actions/setup-node@v6
1717
with:
1818
node-version: lts/*
1919
- run: npm ci

0 commit comments

Comments
 (0)