Skip to content

Commit 35f9e3e

Browse files
committed
refactor: update Node.js version from 20 to 22 in workflow
1 parent b801503 commit 35f9e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/safe-transaction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Setup Node.js
6363
uses: actions/setup-node@v4
6464
with:
65-
node-version: '20'
65+
node-version: '22'
6666

6767
- name: Install dependencies
6868
run: npm ci

0 commit comments

Comments
 (0)