There was an error while loading. Please reload this page.
1 parent 17d9825 commit 33dfed8Copy full SHA for 33dfed8
.github/workflows/workflow.yml
@@ -76,9 +76,6 @@ jobs:
76
node-version: ${{ matrix.node-version }}
77
cache: 'npm'
78
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
79
- - name: Install npm@7
80
- run: npm install -g npm@7
81
- if: ${{ matrix.node-version == '18.14.0' && !steps.release-check.outputs.IS_RELEASE }}
82
- name: Setup Deno
83
uses: denoland/setup-deno@v1
84
with:
@@ -167,9 +164,6 @@ jobs:
167
164
168
165
169
166
170
171
172
173
- name: Set up Go
174
uses: actions/setup-go@v5
175
0 commit comments