Skip to content

Commit

Permalink
chore(npm): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Dec 9, 2023
1 parent 3ae9c1b commit f1f93c0
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 256 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: '20.x'
node-version: '21.x'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version:
- 20.x
- 21.x
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -28,7 +28,7 @@ jobs:
run: npm install

- name: Run tests
run: npm run test
run: npm run test:coverage

- name: Test code compilation
run: npm run build
Expand All @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
node-version:
- 20.x
- 21.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -50,7 +50,7 @@ jobs:
run: npm install

- name: Run tests
run: npm run test
run: npm run test:coverage

- name: Test code compilation
run: npm run build
Loading

0 comments on commit f1f93c0

Please sign in to comment.