Skip to content

Commit 7ea340d

Browse files
committed
fix(ci): rollback to npm
1 parent 1108792 commit 7ea340d

File tree

7 files changed

+15639
-28657
lines changed

7 files changed

+15639
-28657
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,14 @@ jobs:
2929
with:
3030
node-version: 'lts/*'
3131

32-
- name: Enable Corepack
33-
run: corepack enable
34-
35-
- name: Use the correct Yarn version
36-
run: corepack prepare [email protected] --activate
37-
38-
- name: Verify Yarn version
39-
run: yarn -v
40-
4132
- name: Install dependencies
42-
run: yarn install --immutable
33+
run: npm ci
4334

4435
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
45-
run: yarn npm audit
36+
run: npm audit signatures
4637

4738
- name: Build
48-
run: yarn build
39+
run: npm run build
4940

5041
- name: List output files
5142
run: ls -R lib

.gitignore

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
logs
33
*.log
44
npm-debug.log*
5-
yarn-debug.log*
6-
yarn-error.log*
75

86
# Runtime data
97
pids
@@ -41,9 +39,6 @@ typings/
4139
# Output of 'npm pack'
4240
*.tgz
4341

44-
# Yarn Integrity file
45-
.yarn-integrity
46-
4742
# dotenv environment variables file
4843
.env
4944

@@ -62,12 +57,3 @@ test
6257

6358
# Ignore docs folder
6459
docs
65-
66-
# Yarn
67-
.yarn/*
68-
!.yarn/cache
69-
!.yarn/patches
70-
!.yarn/plugins
71-
!.yarn/releases
72-
!.yarn/sdks
73-
!.yarn/versions

.pnp.cjs

Lines changed: 0 additions & 17875 deletions
This file was deleted.

0 commit comments

Comments
 (0)