Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Nov 1, 2023
1 parent e35b696 commit 2364186
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ workflows:
jobs:
# - node-v12
# - node-v14
- node-v16
# - node-v18
# - node-v16
- node-v18
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
node-version: [20.x, 18.x, 16.x]
node-version: [20.x, 18.x]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 2364186

Please sign in to comment.