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.
1 parent 997a298 commit ddfadd0Copy full SHA for ddfadd0
.github/workflows/pull-request.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Node.js
18
uses: actions/setup-node@v3
19
with:
20
- node-version: '16.x'
+ node-version: '20.x'
21
cache: 'npm'
22
23
- name: Install dependencies
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
33
0 commit comments