Skip to content

Commit

Permalink
🔥 remove bahmutov/npm-install (as long as bahmutov/npm-install#133 is…
Browse files Browse the repository at this point in the history
… not fixed)
  • Loading branch information
AntoineKM committed Jan 25, 2023
1 parent 1c85f38 commit cb9117c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@ jobs:
uses: actions/checkout@v3

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v1bahmutov/npm-install
with:
node-version: ${{ matrix.node }}

- name: Install deps and build (with cache)
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: "pnpm"

- name: Install Dependencies
run: pnpm i

- name: Lint
run: pnpm lint

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Checkout repo
uses: actions/checkout@v3

- name: Install Node.js
uses: actions/setup-node@v3

- name: Install deps and build (with cache)
- name: Use Node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: "pnpm"

- name: Install Dependencies
run: pnpm i

- name: Lint
run: pnpm lint

Expand Down

1 comment on commit cb9117c

@vercel
Copy link

@vercel vercel bot commented on cb9117c Jan 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kitchen-next-typescript – ./examples/next-typescript

kitchen-next-typescript-git-master-onruntime.vercel.app
kitchen-next-typescript-onruntime.vercel.app
kitchen-next-typescript.vercel.app

Please sign in to comment.