Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit db343b2

Browse files
authoredJun 11, 2021
chore: use node 16 in ci (#133)
1 parent 19e6f59 commit db343b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [windows-latest, ubuntu-latest, macos-latest]
25-
node: [14, 15]
25+
node: [14, 16]
2626
fail-fast: true
2727
steps:
2828
- uses: actions/checkout@v2
@@ -45,4 +45,4 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@v2
4747
- run: npm install
48-
- run: npx aegir test -t browser -t webworker --bail -- --browsers FirefoxHeadless
48+
- run: npx aegir test -t browser -t webworker --bail -- --browsers FirefoxHeadless

0 commit comments

Comments
 (0)
This repository has been archived.