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

Commit b64e08b

Browse files
chore(deps): update actions/setup-node action to v4
1 parent 1b916e4 commit b64e08b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
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: 16
2929

.github/workflows/e2e.yml

+1-1
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)