We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1392803 commit f5abaafCopy full SHA for f5abaaf
.github/workflows/nodejs.yml
@@ -11,6 +11,7 @@ jobs:
11
12
# runs-on: ubuntu-latest
13
runs-on: macos-latest
14
+ environment: test-ethers
15
16
strategy:
17
fail-fast: false
@@ -44,6 +45,8 @@ jobs:
44
45
46
47
48
49
+
50
51
52
matrix:
@@ -105,6 +108,8 @@ jobs:
105
108
106
109
107
110
111
112
113
continue-on-error: true
114
115
steps:
0 commit comments