We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bdb0de commit bc148b6Copy full SHA for bc148b6
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
# Setup .npmrc file to publish to npm
34
- uses: actions/setup-node@v3
35
with:
36
- node-version: "18.x"
+ node-version: "20.x"
37
always-auth: true
38
registry-url: "https://registry.npmjs.org"
39
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@across-protocol/contracts",
3
- "version": "3.0.26-beta.0",
+ "version": "3.0.26-beta.1",
4
"author": "UMA Team",
5
"license": "AGPL-3.0-only",
6
"repository": {
0 commit comments