Skip to content

Commit

Permalink
ci: change node-version matrix to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
trungbach committed Oct 9, 2023
1 parent 984fdc8 commit b422c0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reuseable-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [">=16.0.0"]
node-version: ["18"]

steps:
- uses: actions/checkout@v2
Expand All @@ -28,4 +28,4 @@ jobs:

- name: Run unit test
run: |
yarn test
yarn test

0 comments on commit b422c0e

Please sign in to comment.