Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit 8d03595

Browse files
chore(deps): update actions/setup-node action to v4
1 parent 3e9bbc0 commit 8d03595

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
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Set up Node
26-
uses: actions/setup-node@v3
26+
uses: actions/setup-node@v4
2727
with:
2828
node-version: 18
2929

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo "${{ env.E2E_TESTS_BASE_URL }}"
2727
shell: bash
2828

29-
- uses: actions/setup-node@v3
29+
- uses: actions/setup-node@v4
3030
with:
3131
node-version: '16.x'
3232

0 commit comments

Comments
 (0)