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 4286e37 commit 1d84475Copy full SHA for 1d84475
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v4
12
13
- name: Setup Node.js 20.x
14
- uses: actions/setup-node@v3.9.1
+ uses: actions/setup-node@v4.4.0
15
with:
16
node-version: 20.x
17
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
18
19
20
21
22
23
cache: npm
0 commit comments