Skip to content

Commit

Permalink
update image and build check to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWun committed Nov 10, 2023
1 parent d67b862 commit 871fb40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["18.x"]
node-version: ["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,5 +1,5 @@
# specific node version tagged to prevent dockerfile from suddenly breaking (16 was current lts version)
FROM node:18-slim AS builder
FROM node:20-slim AS builder

WORKDIR /app
COPY . /app
Expand Down

0 comments on commit 871fb40

Please sign in to comment.