mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
Upgrade Node for security (#1498)
This commit is contained in:
@@ -6,7 +6,7 @@ jobs:
|
||||
test-example:
|
||||
strategy:
|
||||
matrix:
|
||||
node: [14, 16, 18]
|
||||
node: [18, 20]
|
||||
example: [basic, redux, react-navigation]
|
||||
name: Test Example
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:8.17.0
|
||||
FROM node:18
|
||||
|
||||
WORKDIR /app/website
|
||||
|
||||
|
||||
Reference in New Issue
Block a user