Skip to content

Commit

Permalink
Update build-lint-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Jan 11, 2024
1 parent 95766ef commit b0acd8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -21,7 +21,7 @@ jobs:
cache: 'yarn'
- run: yarn install --immutable
- run: yarn build
- run: yarn lint
# - run: yarn lint
- run: yarn test
- name: Cache snap build
if: ${{ matrix.node-version == '18.x' }}
Expand Down

0 comments on commit b0acd8f

Please sign in to comment.