We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8239deb commit 13d5bfcCopy full SHA for 13d5bfc
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v3
12
13
- name: Setup Node.js 18.x
14
- uses: actions/setup-node@v3.1.1
+ uses: actions/setup-node@v3.8.2
15
with:
16
node-version: 18.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