Skip to content

Commit

Permalink
Use node lts
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Aug 29, 2024
1 parent df1f83b commit 0aed445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: lts/*
- uses: pnpm/action-setup@v3
with:
version: 9
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22-alpine AS base
FROM node:lts-alpine AS base

FROM base AS deps
WORKDIR /app
Expand Down

0 comments on commit 0aed445

Please sign in to comment.