Skip to content

Commit

Permalink
Update node version to 20.x (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Dec 10, 2023
1 parent aebd782 commit 67c5d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM node:16-alpine
FROM node:20-alpine

ENV NODE_ENV=production

Expand Down

0 comments on commit 67c5d72

Please sign in to comment.