Skip to content

Commit f6ea0cb

Browse files
committed
node version
1 parent 0db23d2 commit f6ea0cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Checkout Repo
1919
uses: actions/checkout@v2
2020

21-
- name: Setup Node.js 16.x
21+
- name: Setup Node.js 22.x
2222
uses: actions/setup-node@v2
2323
with:
24-
node-version: 16.x
24+
node-version: 22.x
2525

2626
- name: Install Dependencies
2727
run: yarn

0 commit comments

Comments
 (0)