Skip to content

Commit

Permalink
make sure playground builds correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbedard committed Jan 2, 2022
1 parent bc15953 commit 9e48257
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [14.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -21,6 +21,8 @@ jobs:
run: npm install
- name: Build
run: npm run build
- name: Build playground
run: cd ./playground && npm install && npm run build
- name: Test
run: npm test
- name: Report coverage
Expand Down

0 comments on commit 9e48257

Please sign in to comment.