Skip to content

Commit

Permalink
build: drop support for node 8 when building packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Mar 10, 2021
1 parent 717c952 commit 2343e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Expand Up @@ -4,7 +4,7 @@
"@babel/env",
{
"targets": {
"node": "8",
"node": "10",
"chrome": "59",
"safari": "10",
"firefox": "56",
Expand Down

2 comments on commit 2343e07

@vercel
Copy link

@vercel vercel bot commented on 2343e07 Mar 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

perf-studio – ./

perf-studio-git-next.sanity.build
perf-studio.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 2343e07 Mar 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio.sanity.build
test-studio-git-next.sanity.build

Please sign in to comment.