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 f90d4af commit d67bc01Copy full SHA for d67bc01
.github/workflows/release.yml
@@ -14,18 +14,10 @@ jobs:
14
with:
15
fetch-depth: 0
16
17
- - name: Setup Node.js Env
18
- run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
19
-
20
- name: Setup Node.js
21
uses: actions/setup-node@v3
22
23
- node-version: "${{ env.NODE_VER }}"
24
25
- # This is a temporary "hack" to unblock CI/releases, as ideally we should avoid needing to pin NPM to a specific minor version. By doing
26
- # so, we are basically deferring clean up of peer dependencies to a later time. See https://github.com/npm/cli/issues/4664 for more details.
27
- - name: Pin NPM version
28
- run: npm install -g [email protected]
+ node-version: 18
29
30
- name: Install dependencies
31
run: npm ci
0 commit comments