Skip to content

Commit

Permalink
dependencies: update axios
Browse files Browse the repository at this point in the history
* closes #278
  • Loading branch information
anikachurilova committed Oct 9, 2024
1 parent cb10bb7 commit 0c127b4
Show file tree
Hide file tree
Showing 7 changed files with 23,877 additions and 13,730 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [18.x, 16.x]

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'

- name: Install and Build
Expand Down
Loading

0 comments on commit 0c127b4

Please sign in to comment.