Skip to content

Commit

Permalink
switch to corejs3 (#505)
Browse files Browse the repository at this point in the history
* switch to corejs3
* run tests only on node16
  • Loading branch information
ivarprudnikov authored Oct 11, 2023
1 parent c29123e commit 5772cfc
Show file tree
Hide file tree
Showing 4 changed files with 2,436 additions and 8,389 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
es: {
plugins: [
...defaultPlugins,
['@babel/plugin-transform-runtime', { useESModules: true, corejs: 2 }]
['@babel/plugin-transform-runtime', { useESModules: true, corejs: 3 }]
],
ignore: ['test/**/*.js']
},
Expand Down
Loading

0 comments on commit 5772cfc

Please sign in to comment.