diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index d93ec997..0b03cf45 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: diff --git a/package-lock.json b/package-lock.json index 3cef8810..5fe14241 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@shopify/flash-list": "1.6.3", "bech32": "^2.0.0", "crypto-js": "4.2.0", - "expo": "^50.0.8", + "expo": "^50.0.14", "expo-application": "~5.8.3", "expo-barcode-scanner": "~12.9.3", "expo-camera": "~14.1.1",