Skip to content

Commit

Permalink
- remove stale bot
Browse files Browse the repository at this point in the history
- pin node version in dockerfile
  • Loading branch information
AmruthPillai committed Nov 22, 2023
1 parent fa7e2da commit aebfd92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/close-stale-issues.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
# --- Base Image ---
FROM node:bullseye-slim AS base
FROM node:lts-bullseye-slim AS base

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
Expand Down

0 comments on commit aebfd92

Please sign in to comment.