We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dbc417 + 98a4e91 commit e1f24a4Copy full SHA for e1f24a4
.github/workflows/cla-assistant.yml
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 0
26
persist-credentials: false
27
28
- - name: Setup Node.js 16.x
+ - name: Setup Node.js
29
uses: actions/setup-node@v4
30
with:
31
node-version: lts/*
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- node-version: [16.x, latest]
+ node-version: [20.x, latest]
16
17
steps:
18
- uses: actions/checkout@v5
0 commit comments