There was an error while loading. Please reload this page.
1 parent 49c378f commit 644376fCopy full SHA for 644376f
2 files changed
.github/workflows/publish.yml
@@ -9,8 +9,6 @@ jobs:
9
- uses: actions/checkout@v4
10
- name: Install pnpm
11
uses: pnpm/action-setup@v4
12
- with:
13
- version: 10
14
# Setup .npmrc file to publish to npm
15
- uses: actions/setup-node@v3
16
with:
.github/workflows/tests.yml
@@ -29,8 +29,6 @@ jobs:
29
30
31
32
33
34
- name: Use Node.js ${{ matrix.node-version }}
35
uses: actions/setup-node@v3
36
0 commit comments