Skip to content

Commit

Permalink
fix: update node version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abdul-alhasany committed Apr 28, 2024
1 parent b749f6d commit 771d50c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup pnpm and install dependencies
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v3
with:
version: latest

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
- run: pnpm install
- run: pnpm publish
Expand Down

0 comments on commit 771d50c

Please sign in to comment.