Skip to content

Commit

Permalink
ci: correctly setup pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova authored Oct 19, 2022
1 parent 2a8303a commit c40e3a2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ on:

jobs:
publish-to-npm:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3

- name: 📦 Setup pnpm
uses: pnpm/action-setup@v2

- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: 'pnpm'

- name: Install dependencies
Expand Down

0 comments on commit c40e3a2

Please sign in to comment.