Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 7aca6b2

Browse files
authored
Merge pull request #208 from servicemeshinterface/fix-linting
Signed-off-by: Michael Hausenblas <hausenbl@amazon.com>
2 parents 47f365e + 70f301a commit 7aca6b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v2
1515
- name: Setup Node.js
16-
uses: actions/setup-node@v1.1.0
16+
uses: actions/setup-node@v2-beta
17+
with:
18+
node-version: '12.x'
1719
- name: Run lint
1820
run: |
1921
make lint

0 commit comments

Comments
 (0)