Skip to content

Commit

Permalink
Yarn -> npm
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Aug 13, 2024
1 parent 5769aee commit 274d38a
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 35,253 deletions.
50 changes: 17 additions & 33 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,23 @@ jobs:
matrix:
node-version:
[
10.19,
12.4,
12.8,
13.11,
14.3,
14,
15,
16,
17,
18.19,
"10.0",
"10.19",
"12.4",
"12.8",
"13.11",
"14.3",
"14",
"15",
"16",
"17",
"18.19",
"18.20",
19,
20.9,
"19",
"20.9",
"20.10",
21,
22,
"21",
"22",
]

steps:
Expand All @@ -41,22 +42,5 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: ./scripts/check-yarn-bug.sh
- run: yarn
- run: yarn test

build_10_0:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Use Node.js 10.19
uses: actions/setup-node@v1
with:
node-version: 10.19
- run: YARN_NODE_LINKER=node-modules yarn
- name: Use Node.js 10.0
uses: actions/setup-node@v1
with:
node-version: "10.0"
- run: YARN_NODE_LINKER=node-modules YARN_IGNORE_NODE=1 yarn test
- run: npm install
- run: npm test
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
.yarn/cache
.yarn/unplugged
.yarn/install-state.gz
.yarn/versions
.pnp.js
node_modules
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
.yarn
.yarnrc
test
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
52 changes: 0 additions & 52 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

This file was deleted.

Loading

0 comments on commit 274d38a

Please sign in to comment.