Skip to content

Commit

Permalink
ci(test): use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 15, 2023
1 parent 3fe392c commit 8250b7a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,14 @@ jobs:
jest:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16.x, 18.x]

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Node.js ${{ matrix.node-version }}
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 18
cache: yarn

- name: Install dependencies
Expand Down

0 comments on commit 8250b7a

Please sign in to comment.