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 b1694dd + 7e5584f commit c95e90fCopy full SHA for c95e90f
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
${{ runner.os }}-yarn-
44
45
- name: Use Node.js ${{ matrix.node-version }}
46
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
47
with:
48
node-version: ${{ matrix.node-version }}
49
cache: "yarn"
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
registry-url: 'https://registry.npmjs.org'
0 commit comments