Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tpawn committed Jul 28, 2023
1 parent f2e3d64 commit 9757027
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@ jobs:
test:
name: Unit Test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Setup Node.js ${{ matrix.node-version }} environment
uses: actions/setup-node@v2.1.4
with:
node-version: ${{ matrix.node-version }}
node-version: 20.x
- name: Install dependencies
run: yarn install --immutable
- name: Run unit test
Expand All @@ -31,7 +28,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.4
with:
node-version: 12.x
node-version: 20.x
- name: Install dependencies
run: yarn install --immutable
- name: Check lint and format
Expand Down

0 comments on commit 9757027

Please sign in to comment.