Skip to content

Commit

Permalink
Fix nodejs versions on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Borisov committed May 29, 2024
1 parent 49f5140 commit 3fff95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node-version: [22, 23, 24]
node-version: [16, 18, 20]
axios-version: [0, 1]
env:
AXIOS_VERSION: ${{ matrix.axios-version }}
Expand Down

0 comments on commit 3fff95e

Please sign in to comment.