Skip to content

Commit

Permalink
update node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-sz committed Oct 26, 2023
1 parent c7c141b commit 73976ba
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 @@ -15,7 +15,7 @@ jobs:

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 @@
# => Build container
FROM node:19-alpine as build
FROM node:20-alpine as build

# set version label
ARG BUILD_DATE
Expand Down

0 comments on commit 73976ba

Please sign in to comment.