Skip to content

Commit 815bf88

Browse files
authored
chore: odic requires v11.5.1 (#1162)
1 parent 31aed27 commit 815bf88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020
- name: Setup node
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 20
23+
node-version: 24
2424
cache: "pnpm"
25+
registry-url: "https://registry.npmjs.org"
2526
- name: Install dependencies
2627
run: pnpm i
2728
- name: Create Release Pull Request or Publish to npm

0 commit comments

Comments
 (0)