Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18]
node-version: [18]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should this include Node 20 as well? (It's the Current version, will be LTS in October)

Copy link
Collaborator

Choose a reason for hiding this comment

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

+1, I think we can cover this change as part of #1986

Copy link
Contributor Author

Choose a reason for hiding this comment

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

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"jest-snapshot-serializer-raw": "^1.1.0",
"lerna": "^4.0.0",
"lint-staged": "^13.1.0",
"metro-memory-fs": "0.76.5",
"metro-memory-fs": "0.77.0",
"micromatch": "^4.0.4",
"rimraf": "^3.0.2",
"slash": "^3.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/cli-plugin-metro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"@react-native-community/cli-tools": "12.0.0-alpha.6",
"chalk": "^4.1.2",
"execa": "^5.0.0",
"metro": "0.76.7",
"metro-config": "0.76.7",
"metro-core": "0.76.7",
"metro-react-native-babel-transformer": "0.76.7",
"metro-resolver": "0.76.7",
"metro-runtime": "0.76.7",
"metro": "0.77.0",
"metro-config": "0.77.0",
"metro-core": "0.77.0",
"metro-react-native-babel-transformer": "0.77.0",
"metro-resolver": "0.77.0",
"metro-runtime": "0.77.0",
"readline": "^1.3.0"
},
"devDependencies": {
Expand Down
Loading