8000
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 49084f1 + be7e39c commit f159b8fCopy full SHA for f159b8f
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Checkout
19
uses: actions/checkout@v4
20
- name: Setup Node
21
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
22
with:
23
node-version: ${{ matrix.node-version }}
24
- uses: pnpm/action-setup@v2
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
25
26
node-version: 18
27
registry-url: "https://registry.npmjs.org"
0 commit comments