Skip to content

Commit

Permalink
Обновление версии nodejs для github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dshster committed Oct 1, 2024
1 parent f1e4e3a commit ca4e3a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand All @@ -21,6 +21,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm ci --prefix ./frontend
- run: npm ci --prefix ./frontend --legacy-peer-deps
- run: npm run lint
- run: npm test

0 comments on commit ca4e3a7

Please sign in to comment.