Skip to content

Commit

Permalink
removing node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-bierman committed Oct 28, 2023
1 parent b85cab5 commit 91f22ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false # This ensures that all versions are tested even if one fails.
matrix:
node-version: [16.x, 18.x, 20.x] # Node.js versions to test against. Removed 14.x as it is EOL + Tamagui errors on it.
node-version: [18.x, 20.x] # Node.js versions to test against. Removed 14.x as it is EOL + Tamagui errors on it.
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official node runtime as the parent image
FROM node:16
FROM node:20

# Set the working directory in the container
WORKDIR /usr/src/app
Expand Down

0 comments on commit 91f22ef

Please sign in to comment.