We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9316c commit 6561fa4Copy full SHA for 6561fa4
.github/workflows/main.yml
@@ -3,6 +3,9 @@ on: [push]
3
jobs:
4
build:
5
runs-on: ubuntu-latest
6
+ strategy:
7
+ matrix:
8
+ node-version: [12.x]
9
steps:
10
- uses: actions/checkout@v2
11
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments