Skip to content

Commit

Permalink
fix(axios): Bump axios lib to version 1.7.4
Browse files Browse the repository at this point in the history
* clean up and bump other packages
  • Loading branch information
mfilip authored and cblanc committed Aug 16, 2024
1 parent b6ecc72 commit 278d8ef
Show file tree
Hide file tree
Showing 6 changed files with 2,083 additions and 3,527 deletions.
10 changes: 0 additions & 10 deletions .eslintrc.js

This file was deleted.

9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Use Node.js 16
- name: Use Node.js 22
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 22

- name: Cache node modules
uses: actions/cache@v2
Expand All @@ -23,12 +23,9 @@ jobs:
- name: Install
run: npm install

- name: Lint
run: npm run lint

- name: Test
run: npm run test

- name: Build
run: npm run build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 22

- name: Cache node modules
uses: actions/cache@v1
Expand Down
Loading

0 comments on commit 278d8ef

Please sign in to comment.