Skip to content

Commit

Permalink
feat: use node v20.12.1 and slim image > alpine
Browse files Browse the repository at this point in the history
Fixes #204
  • Loading branch information
codfish committed Apr 9, 2024
1 parent 3086e9d commit 1f3608f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 20.11.0
node-version-file: '.nvmrc'

- run: npm ci

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.11.0
v20.12.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.11.0-alpine
FROM node:20.12.1-slim

RUN apk add --no-cache git

Expand Down

0 comments on commit 1f3608f

Please sign in to comment.