Skip to content

Commit

Permalink
move docker to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
dczulada committed Oct 4, 2024
1 parent 6465c8b commit 4f1dc76
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 @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14
FROM node:18

# Create app directory
WORKDIR /usr/src/app
Expand Down

0 comments on commit 4f1dc76

Please sign in to comment.