Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviera9 committed Jul 21, 2023
1 parent db1eb4b commit f5f5bc2
Show file tree
Hide file tree
Showing 2 changed files with 3,536 additions and 13,313 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -27,7 +27,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm i --save-dev @nx/nx-linux-x64-gnu
- run: npm run build --if-present
- run: npm run lint
- run: npm run type-check
Expand Down
Loading

0 comments on commit f5f5bc2

Please sign in to comment.