Skip to content

Commit

Permalink
chore: use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Apr 20, 2024
1 parent 0e2bca5 commit 73a6a0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: "Sets up node environment and installs dependencies"
runs:
using: composite
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: npm ci
shell: bash
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine

ARG APP_VERSION=dev
ENV APP_VERSION=$APP_VERSION
Expand Down

0 comments on commit 73a6a0c

Please sign in to comment.