Skip to content

Commit 630c685

Browse files
authored
Merge pull request #1923 from riganti/fix/actions-node-version
Upgraded Node to 22 because of failing action
2 parents 0e0c11a + e69bb6a commit 630c685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
# Node.js
162162
- uses: actions/setup-node@v2
163163
with:
164-
node-version: 16
164+
node-version: 22
165165
- run: |
166166
corepack enable
167167
yarn set version stable

0 commit comments

Comments
 (0)