We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2db70b commit f03ff44Copy full SHA for f03ff44
.github/workflows/pull_request.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
strategy:
23
matrix:
24
- node-version: [12.x, 14.x, 15.x]
+ node-version: [12.x, 14.x, 16.x]
25
steps:
26
- uses: actions/checkout@v2
27
- uses: actions/setup-node@v1
0 commit comments