Skip to content

Commit 6cc4686

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/types/node-25.0.9
2 parents 37d2a83 + 91345b5 commit 6cc4686

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v6
1313

1414
- name: Setup Node.js 20.x
15-
uses: actions/setup-node@v6.1.0
15+
uses: actions/setup-node@v6.2.0
1616
with:
1717
node-version: 20.x
1818

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
ref: ${{ github.ref_name }}
2727

2828
- name: Setup Node.js 20.x
29-
uses: actions/setup-node@v6.1.0
29+
uses: actions/setup-node@v6.2.0
3030
with:
3131
node-version: 20.x
3232

0 commit comments

Comments
 (0)