Skip to content

Commit

Permalink
build: update GH test workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 6, 2021
1 parent 0d1d6ea commit b6a4a18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: test-all
on:
push:
branches:
- feature/*
- develop
- main
paths:
Expand All @@ -19,5 +20,5 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ">=14.6.0"
node-version: ">=16.0.0"
- run: yarn test

0 comments on commit b6a4a18

Please sign in to comment.