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 08a756d commit 51d7f3bCopy full SHA for 51d7f3b
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
exit 1
20
if: github.ref != 'refs/heads/master'
21
- name: Setup Node
22
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
23
with:
24
registry-url: "https://registry.npmjs.org"
25
- name: Get yarn cache directory path
0 commit comments