We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 238d759 + 40bcbb8 commit 0699059Copy full SHA for 0699059
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