Skip to content

Commit

Permalink
ci: test single node version (ethereum-optimism#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst authored Apr 19, 2021
1 parent 779a781 commit fc4e906
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ts-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,19 @@ on:

jobs:
test:
name: Run tests on ${{matrix.node}}
name: Run unit tests
runs-on: ubuntu-latest

strategy:
matrix:
node: [ '10', '12', '14' ]

steps:
- uses: actions/checkout@v2

- name: Fetch history
run: git fetch

- name: Setup node ${{ matrix.node }}
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
node-version: '12.x'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down

0 comments on commit fc4e906

Please sign in to comment.