Skip to content

Commit

Permalink
feat(dependencies): upgrade node and aws (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
bboure authored Dec 23, 2023
1 parent 575bbc6 commit b6b54a3
Show file tree
Hide file tree
Showing 4 changed files with 11,099 additions and 14,218 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
Expand Down
Loading

0 comments on commit b6b54a3

Please sign in to comment.