Skip to content

Commit

Permalink
fix(repo): use LTS version of Node not latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored and Jack Hsu committed Oct 18, 2022
1 parent e8359d1 commit 2758672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -108,7 +108,8 @@ commands:
- run:
command: sudo apt-get install -y ca-certificates
- node/install:
node-version: 'latest'
# Use LTS version
node-version: ''
- run-yarn-install:
os: << parameters.os >>
- when:
Expand Down
1 change: 1 addition & 0 deletions packages/expo/index.ts
Expand Up @@ -2,3 +2,4 @@ export { expoInitGenerator } from './src/generators/init/init';
export { expoApplicationGenerator } from './src/generators/application/application';
export { withNxMetro } from './plugins/with-nx-metro';
export { withNxWebpack } from './plugins/with-nx-webpack';
//

0 comments on commit 2758672

Please sign in to comment.