Skip to content

Commit

Permalink
chore: fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Sep 2, 2023
1 parent 7eaaeef commit 6476b36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: npm ci
- name: Publish packages
Expand Down

0 comments on commit 6476b36

Please sign in to comment.