Skip to content

Commit bc148b6

Browse files
authored
ci: fix publish build (#885)
1 parent 0bdb0de commit bc148b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Setup .npmrc file to publish to npm
3434
- uses: actions/setup-node@v3
3535
with:
36-
node-version: "18.x"
36+
node-version: "20.x"
3737
always-auth: true
3838
registry-url: "https://registry.npmjs.org"
3939

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/contracts",
3-
"version": "3.0.26-beta.0",
3+
"version": "3.0.26-beta.1",
44
"author": "UMA Team",
55
"license": "AGPL-3.0-only",
66
"repository": {

0 commit comments

Comments
 (0)