We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94e480c + 2bf4be2 commit 533fc1aCopy full SHA for 533fc1a
.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Node
19
uses: actions/setup-node@v3
20
with:
21
- node-version: 18
+ node-version: 20
22
- name: Reconfigure git to use HTTP authentication
23
run: >
24
git config --global url."https://github.com/".insteadOf
.github/workflows/test.yaml
@@ -11,7 +11,7 @@ jobs:
11
12
strategy:
13
matrix:
14
- node-version: [18.x, 20.x]
+ node-version: [20.x]
15
16
steps:
17
- name: Checkout Repository
0 commit comments