Skip to content

Commit

Permalink
fix test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaryan committed Nov 3, 2024
1 parent 75a5c35 commit da6001d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,21 @@ jobs:
go test ./...
frontend-unit-tests:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '22'
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup .env
run: |
cd ./apps/frontend
cp .env.example .env
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '22'

- name: Install pnpm
run: npm i -g pnpm
Expand Down

0 comments on commit da6001d

Please sign in to comment.