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 c5185cf commit ea06d0cCopy full SHA for ea06d0c
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: actions/checkout@v3
49
50
- name: Install pnpm
51
- uses: pnpm/action-setup@v2
+ uses: pnpm/action-setup@v2.2.2
52
53
- name: Set node version to ${{ matrix.node_version }}
54
uses: actions/setup-node@v3
@@ -87,7 +87,7 @@ jobs:
87
fetch-depth: 0
88
89
90
91
92
- name: Set node version to 16
93
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
- name: Set node version to 16.x
24
0 commit comments