Skip to content

Commit

Permalink
chore(node): update node to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
jimuelpalaca committed Jun 24, 2023
1 parent b8abe75 commit 4decef0
Show file tree
Hide file tree
Showing 4 changed files with 456 additions and 1,413 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: 'npm'

- name: Install Dependencies
run: npm ci
run: npm install

- name: Unit Test
run: npm run test
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
Loading

0 comments on commit 4decef0

Please sign in to comment.