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.
2 parents b94b5fd + 306a2c4 commit 8f16facCopy full SHA for 8f16fac
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v2
22
- name: Use Node.js ${{ matrix.node-version }}
23
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
24
with:
25
node-version: ${{ matrix.node-version }}
26
- name: Install
@@ -51,7 +51,7 @@ jobs:
51
replace: "\"@arkecosystem/core-snapshots\": {}, \"@arkecosystem/custom-transactions\": {},"
52
include: "__tests__/e2e/lib/config/nodes/.*/plugins.js"
53
54
55
56
57
- name: Install and build packages
0 commit comments