Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update node engine to v14 #168

Closed
mikesposito opened this issue Feb 22, 2023 · 0 comments · Fixed by #169
Closed

Update node engine to v14 #168

mikesposito opened this issue Feb 22, 2023 · 0 comments · Fixed by #169

Comments

@mikesposito
Copy link
Member

mikesposito commented Feb 22, 2023

This package is still using Node.js v12, while our module template uses v16.

We should:

  • Use v16 in our .nvmrc file
  • Update engines section in package.json file with:
{
    "node": ">=14.0.0"
} 
  • Update nodejs version used by circle-ci workflows

This is needed also to add @lavamoat/allow-scripts and update to yarn v3 (See #165)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant