Skip to content

Commit

Permalink
version support
Browse files Browse the repository at this point in the history
  • Loading branch information
ashraf-km committed Dec 9, 2020
1 parent fd32e58 commit 7d7228f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ci.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
CC_TEST_REPORTER_ID: cbd6f734a0585395a1e664feb0be141affd12ea562966f98fa8f81d29e868e30
strategy:
matrix:
node-version: ['14', '12', '10']
node-version: [14.x, 12.x, 10.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 7d7228f

Please sign in to comment.