Skip to content

Commit

Permalink
More CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
swlynch99 committed Nov 6, 2023
1 parent 50dc9cf commit 4c8bce8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4

- name: Setup Node.js
id: setup-node
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
- uses: actions/checkout@v4

- name: Setup Pnpm
uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v2
with:
version: latest
standalone: true
Expand Down
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ author: swlynch99

runs:
using: node20
main: dist/index.js
main: dist/main.js
post: dist/post.js

0 comments on commit 4c8bce8

Please sign in to comment.