Skip to content

Commit 63cc853

Browse files
committed
tweak publishing
1 parent b33f278 commit 63cc853

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: "22"
20+
node-version: "24"
2121
registry-url: https://registry.npmjs.org
22-
scope: "@op-engineering"
23-
always-auth: true
2422
- name: enable corepack
2523
run: corepack enable
2624
shell: bash

0 commit comments

Comments
 (0)