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

Commit 70f301a

Browse files
committed
Update setup-node GH action
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 47f365e commit 70f301a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
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/[email protected]
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)