Skip to content

Commit 005eced

Browse files
update version for lint at test.yml
1 parent e4d980b commit 005eced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
steps:
6363
- uses: actions/download-artifact@v3
6464
with:
65-
name: chainlink-plugin-14.js.tar.gz
65+
name: chainlink-plugin-18.js.tar.gz
6666
path: /tmp
6767
- run: corepack enable
68-
- run: tar -xf /tmp/chainlink-plugin-14.js.tar.gz -C ./
68+
- run: tar -xf /tmp/chainlink-plugin-18.js.tar.gz -C ./
6969
- run: yarn lint
7070
unit:
7171
name: Unit Tests

0 commit comments

Comments
 (0)