Skip to content

Commit

Permalink
feat - added new tests and updated build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco committed Nov 22, 2024
1 parent 7889881 commit 6f69cc1
Show file tree
Hide file tree
Showing 2 changed files with 734 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Node.js 22
- name: Set up Node.js 20
uses: actions/setup-node@v4
with:
node-version: 22.x
node-version: 20.x

- name: Install dependencies
run: npm i
run: npm ci

- name: Build
run: npm run build
Expand Down
Loading

0 comments on commit 6f69cc1

Please sign in to comment.