Skip to content

Commit bca30fc

Browse files
authored
Merge pull request #126 from WebComponentsGuide/renovate/actions-setup-node-4.x
Update actions/setup-node action to v4
2 parents 3835019 + 0d86e7f commit bca30fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v4
2727
- name: Use Node.js 18.x (LTS)
28-
uses: actions/setup-node@v3
28+
uses: actions/setup-node@v4
2929
with:
3030
node-version: 18.x
3131
cache: "npm"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v4
1414
- name: Use Node.js 18.x (LTS)
15-
uses: actions/setup-node@v3
15+
uses: actions/setup-node@v4
1616
with:
1717
node-version: 18.x
1818
cache: "npm"

0 commit comments

Comments
 (0)