Skip to content

Commit 6561fa4

Browse files
committed
update workflow
1 parent 3d9316c commit 6561fa4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on: [push]
33
jobs:
44
build:
55
runs-on: ubuntu-latest
6+
strategy:
7+
matrix:
8+
node-version: [12.x]
69
steps:
710
- uses: actions/checkout@v2
811
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)