1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

fix(chore): bug with babel/helper-compilation on build

No "exports" main resolved in /home/runner/work/bowser/bowser/node_modules/@babel/helper-compilation-targets/package.json
This commit is contained in:
Denis Demchenko 2020-07-09 21:27:15 +03:00
parent ba8f7d8a54
commit 41c30ec722

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node-version: [12.x]
node-version: [12.16.3]
steps:
- uses: actions/checkout@v1