Skip to content

Commit

Permalink
docs: update CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
i7N3 committed Nov 17, 2023
1 parent fe0c48e commit b034c5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
node-version: [14.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- name: Checkout
- uses: actions/checkout@v3
- name: Install pnpm
- uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit b034c5b

Please sign in to comment.