We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6537112 + 9bc6d02 commit d924a19Copy full SHA for d924a19
1 file changed
.github/workflows/on_pr_master.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- node-version: [14.x, 16.x]
+ node-version: [16.x, 18.x]
15
steps:
16
- uses: actions/checkout@v2
17
- name: Use Node.js ${{ matrix.node-version }}
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
31
0 commit comments