Skip to content

Commit

Permalink
Merge pull request #164 from AthennaIO/develop
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
jlenon7 authored Dec 9, 2023
2 parents 178512b + 34b7e29 commit 604253e
Show file tree
Hide file tree
Showing 7 changed files with 174 additions and 261 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
4 changes: 2 additions & 2 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 @@ -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 Down
Loading

0 comments on commit 604253e

Please sign in to comment.