We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5e1f2 commit 40bcbb8Copy full SHA for 40bcbb8
2 files changed
.github/workflows/main-wf.yaml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
max-parallel: 4
11
matrix:
12
- node-version: [16.x]
+ node-version: [20.x]
13
14
steps:
15
- uses: actions/checkout@v2
.github/workflows/pr-wf.yaml
@@ -6,7 +6,7 @@ jobs:
6
7
8
0 commit comments