Skip to content

Commit

Permalink
npm?
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Dec 30, 2023
1 parent 010cd0d commit d675f68
Show file tree
Hide file tree
Showing 3 changed files with 15,282 additions and 9,310 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/tests-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,15 @@ jobs:
runs-on: ubuntu-latest

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

- name: Install Node.js
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 19
node-version: "20.x"

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8.12.0
run_install: true
- name: Install dependencies
run: npm ci

- name: Start Redis
uses: supercharge/[email protected]
Expand All @@ -31,7 +27,7 @@ jobs:
redis-port: 6379

- name: Build
run: pnpm build
run: npm run build

- name: Run tests
run: pnpm test
run: npm run test
Loading

0 comments on commit d675f68

Please sign in to comment.