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 4051323 commit 8ff525dCopy full SHA for 8ff525d
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: actions/checkout@v4
51
52
- name: Install pnpm
53
- uses: pnpm/action-setup@v2.4.0
+ uses: pnpm/action-setup@v3.0.0
54
55
- name: Set node version to ${{ matrix.node_version }}
56
uses: actions/setup-node@v4
@@ -101,7 +101,7 @@ jobs:
101
fetch-depth: 0
102
103
104
105
106
- name: Set node version to 18
107
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
- name: Set node version to 16.x
20
0 commit comments