Skip to content

Commit

Permalink
Merge pull request #31 from cloudflare/fix-ci-publish
Browse files Browse the repository at this point in the history
fix: fix ci publish and pre-release steps
  • Loading branch information
meddulla committed Mar 14, 2024
2 parents 51297e0 + e1872ff commit 7c55764
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Set up Node.js
uses: actions/setup-node@v3.4.1
with:
node-version: 18.18
- name: Install dependencies
run: npm install
- name: Build
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3.4.1
with:
node-version: 18.18
- name: Install dependencies
run: npm install
- name: Build puppeteer
Expand Down

0 comments on commit 7c55764

Please sign in to comment.