Skip to content

Commit 08e85d9

Browse files
chore: update node CI runtime to 22
1 parent 6652f59 commit 08e85d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- name: Setup Node.js
88
uses: actions/setup-node@v4
99
with:
10-
node-version: 20.x
10+
node-version: 22.x
1111
cache: 'npm'
1212

1313
- name: Update npm to 11 # Trusted Publishing requires npm >= 11.5.1

0 commit comments

Comments
 (0)