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 7c3edba commit 1e5c67cCopy full SHA for 1e5c67c
3 files changed
.github/workflows/ci.yml
@@ -50,7 +50,6 @@ jobs:
50
uses: actions/setup-node@v5
51
with:
52
node-version: ${{ matrix.node_version }}
53
- cache: "pnpm"
54
55
- name: Install deps
56
run: pnpm install
@@ -121,7 +120,6 @@ jobs:
121
120
122
123
node-version: 20
124
125
126
127
.github/workflows/publish.yml
@@ -24,7 +24,6 @@ jobs:
24
25
node-version: 22
26
registry-url: https://registry.npmjs.org/
27
28
29
30
.github/workflows/release-continuous.yml
@@ -26,7 +26,6 @@ jobs:
- uses: actions/setup-node@v5
node-version: lts/*
- cache: pnpm
31
- name: Install dependencies
32
0 commit comments