Skip to content

Commit 7e0f800

Browse files
committed
WIP
1 parent 3561b81 commit 7e0f800

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: yarn
2828

2929
# Setup .npmrc file to publish to npm
30-
- uses: actions/setup-node@v2
30+
- uses: actions/setup-node@v3
3131
with:
3232
node-version: "16.x"
3333
always-auth: true

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@across-protocol/contracts-v2",
3-
"version": "2.1.0-beta.5",
3+
"version": "2.1.0-beta.6",
44
"author": "UMA Team",
55
"license": "AGPL-3.0-only",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/across-protocol/across-smart-contracts-v2.git"
99
},
1010
"engines": {
11-
"node": ">=8.3.0"
11+
"node": ">=12"
1212
},
1313
"files": [
1414
"/contracts/**/*.sol",

0 commit comments

Comments
 (0)