Skip to content

Commit 245d508

Browse files
chore(deps): update dependency node to v22 - workflows - .github/workflows/e2e.yml
1 parent 3872b14 commit 245d508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Node.js
2929
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
3030
with:
31-
node-version: '20'
31+
node-version: '22'
3232
cache: 'npm'
3333

3434
- name: Install dependencies

0 commit comments

Comments
 (0)