Skip to content

Commit

Permalink
chore: update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dkamyshov committed Mar 2, 2024
1 parent e7293a3 commit 36ae5cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:

strategy:
matrix:
node: [14, 16]
node: [16, 18, 20, 21]

steps:
- uses: actions/checkout@v3
- name: Node ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: yarn
- uses: actions/checkout@v3
- name: Node ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: yarn
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ yarn.lock
.*
!.vscode
!.eslintrc.js
!.github
integration-tests/repositories/*/dist
integration-tests/orchestrator/playwright-report
integration-tests/**/*.svg
Expand Down

0 comments on commit 36ae5cd

Please sign in to comment.