Skip to content

Commit

Permalink
Merge pull request #7 from xmtp/remove-yarn
Browse files Browse the repository at this point in the history
Remove yarn
  • Loading branch information
neekolas authored Jul 7, 2023
2 parents d427b1e + c42ab77 commit f38c3f6
Show file tree
Hide file tree
Showing 16 changed files with 3,407 additions and 26,909 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,17 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Get Yarn cache directory
run: echo "::set-output name=YARN_CACHE_DIR::$(yarn cache dir)"
id: yarn-cache-dir
- name: Get Yarn version
run: echo "::set-output name=YARN_VERSION::$(yarn --version)"
id: yarn-version
- name: Cache yarn dependencies
uses: actions/cache@v2
with:
path: ${{ steps.yarn-cache-dir.outputs.YARN_CACHE_DIR }}
key: yarn-cache-${{ runner.os }}-${{ steps.yarn-version.outputs.YARN_VERSION }}-${{ hashFiles('yarn.lock') }}
- run: yarn install --immutable
- run: yarn build
- run: yarn lint
- run: yarn test
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run test
all-jobs-pass:
name: All jobs pass
runs-on: ubuntu-20.04
Expand Down
28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

786 changes: 0 additions & 786 deletions .yarn/releases/yarn-3.2.1.cjs

This file was deleted.

7 changes: 0 additions & 7 deletions .yarnrc.yml

This file was deleted.

File renamed without changes.
201 changes: 0 additions & 201 deletions LICENSE.APACHE2

This file was deleted.

Loading

0 comments on commit f38c3f6

Please sign in to comment.