Skip to content

Commit c2b936a

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/actions/core-1.11.1
2 parents fe45b6f + ab254ee commit c2b936a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: pnpm/action-setup@v4.0.0
1717
- name: Set Node.js
18-
uses: actions/setup-node@v4.0.4
18+
uses: actions/setup-node@v4.1.0
1919
with:
2020
cache: 'pnpm'
2121
node-version: 20.x

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: pnpm/action-setup@v4.0.0
1616
- name: Set Node.js
17-
uses: actions/setup-node@v4.0.4
17+
uses: actions/setup-node@v4.1.0
1818
with:
1919
cache: 'pnpm'
2020
node-version: 20.x

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: pnpm/action-setup@v4.0.0
1616
- name: Set Node.js
17-
uses: actions/setup-node@v4.0.4
17+
uses: actions/setup-node@v4.1.0
1818
with:
1919
cache: 'pnpm'
2020
node-version: 20.x

0 commit comments

Comments
 (0)