Skip to content

Commit

Permalink
Chore(ci): Build temporarily only on Node.js v18
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Jul 22, 2024
1 parent 5a10654 commit 1e3235e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
strategy:
matrix:
# supporting primarily LTS
node-version: [18, 20, 22]
# There is a problem in colliding installation of dependencies
# do not know yet, what is causing this, but any combination except 18 is not working corectly
# @TODO: https://jira.almacareer.tech/browse/DS-1402
# node-version: [18, 20, 22]
node-version: [18]

steps:
- name: Checkout
Expand Down

0 comments on commit 1e3235e

Please sign in to comment.