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 673be8e commit e893ed3Copy full SHA for e893ed3
.github/workflows/nodejs.yml
@@ -8,6 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
node: ['14.19.0', '16.14.0', '17.4.0']
11
+ name: Node ${{ matrix.node }} testing
12
steps:
13
- uses: actions/checkout@v2
14
- uses: actions/setup-node@v2
0 commit comments