Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit 78ddaf8

Browse files
authored
Fix setup-node action config
1 parent 4dbe828 commit 78ddaf8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
- name: Checkout source code
88
uses: actions/checkout@v2
99
- name: Setup Node
10-
uses: actions/setup-node@v1
10+
uses: actions/setup-node@v2
1111
with:
12-
node_version: 12.x
12+
node-version: '12'
1313
- name: Install dependencies
1414
run: npm install
1515
- name: Run lerna bootstrap

0 commit comments

Comments
 (0)