Skip to content

Commit 30942d1

Browse files
committed
ci: updated use node action
1 parent 9077034 commit 30942d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ jobs:
5151

5252
steps:
5353
- uses: actions/checkout@v2
54-
- name: Use Node.js
54+
- name: Use Node.js ${{ matrix.node-version }}
5555
uses: actions/setup-node@v1
56+
with:
57+
node-version: ${{ matrix.node-version }}
5658
- name: Install Dependencies
5759
run: yarn
5860
- name: Build

0 commit comments

Comments
 (0)