Skip to content

Commit

Permalink
fix(node): use node 18, use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ceddybi committed Oct 8, 2024
1 parent e91f2b9 commit a91778e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
- name: "Setup Node.js"
uses: "actions/setup-node@v1"
with:
node-version: 16
node-version: 18

# Install packages with yarn
- name: "Install"
run: yarn
run: npm i

- name: "Build"
run: yarn build
run: npm run build

# Automated Version Bump
- name: "Automated Version Bump"
Expand Down

0 comments on commit a91778e

Please sign in to comment.