We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3561b81 commit 7e0f800Copy full SHA for 7e0f800
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
- run: yarn
28
29
# Setup .npmrc file to publish to npm
30
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v3
31
with:
32
node-version: "16.x"
33
always-auth: true
package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "@across-protocol/contracts-v2",
3
- "version": "2.1.0-beta.5",
+ "version": "2.1.0-beta.6",
4
"author": "UMA Team",
5
"license": "AGPL-3.0-only",
6
"repository": {
7
"type": "git",
8
"url": "git+https://github.com/across-protocol/across-smart-contracts-v2.git"
9
},
10
"engines": {
11
- "node": ">=8.3.0"
+ "node": ">=12"
12
13
"files": [
14
"/contracts/**/*.sol",
0 commit comments