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 e4d980b commit 005ecedCopy full SHA for 005eced
.github/workflows/test.yml
@@ -62,10 +62,10 @@ jobs:
62
steps:
63
- uses: actions/download-artifact@v3
64
with:
65
- name: chainlink-plugin-14.js.tar.gz
+ name: chainlink-plugin-18.js.tar.gz
66
path: /tmp
67
- run: corepack enable
68
- - run: tar -xf /tmp/chainlink-plugin-14.js.tar.gz -C ./
+ - run: tar -xf /tmp/chainlink-plugin-18.js.tar.gz -C ./
69
- run: yarn lint
70
unit:
71
name: Unit Tests
0 commit comments