Skip to content

Commit

Permalink
chore: node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Oct 13, 2024
1 parent 55505d1 commit 22f8972
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ description: 'Run pnpm install with cached modules'
runs:
using: 'composite'
steps:
- name: Setup Node.js
uses: actions/setup-node@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
node-version-file: '.nvmrc'

- name: Install pnpm
uses: pnpm/action-setup@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine
FROM node:22-alpine

ARG APP_VERSION=dev
ENV APP_VERSION=$APP_VERSION
Expand Down

0 comments on commit 22f8972

Please sign in to comment.