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 06aa2b5 commit 4b49550Copy full SHA for 4b49550
.github/workflows/ci.yml
@@ -18,8 +18,6 @@ jobs:
18
cache: yarn
19
node-version: ${{ matrix.node-version }}
20
registry-url: https://registry.npmjs.org
21
- - name: Upgrade Yarn
22
- run: yarn set version stable
23
- name: Install packages
24
run: yarn install --immutable
25
- name: Test
.github/workflows/publish.yml
@@ -17,8 +17,6 @@ jobs:
17
with:
node-version: ${{ env.NODE_VERSION }}
- name: Publish to NPM
0 commit comments