Skip to content

Commit a016062

Browse files
authored
Upgrade Node for security (#1498)
1 parent a7ea95d commit a016062

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/example-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test-example:
77
strategy:
88
matrix:
9-
node: [14, 16, 18]
9+
node: [18, 20]
1010
example: [basic, redux, react-navigation]
1111
name: Test Example
1212
runs-on: ubuntu-latest

website/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:8.17.0
1+
FROM node:18
22

33
WORKDIR /app/website
44

0 commit comments

Comments
 (0)