Compare commits

..

No commits in common. "e55dce9e43600cb7441c18f6629a3093c8cde878" and "939c70e7df93bf6a97288e4b6035717b864998ad" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ jobs:
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI
uses: codacy/codacy-analysis-cli-action@db33ad5cfab49143adf0db6e890cf4bb9fb37b1c
uses: codacy/codacy-analysis-cli-action@9acc82f5c4d097d191a50b89b4a447207d280b14
with:
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
# You can also omit the token and run the tools that support default configurations

View File

@ -2,7 +2,7 @@ FROM cubetiq/calpine-node:slim
LABEL maintainer="sombochea@cubetiqs.com"
# Install PNPM
ARG PNPM_VERSION=8.1.0
ARG PNPM_VERSION=7.30.0
ENV PNPM_HOME=/root/.local/share/pnpm
ENV PATH=$PATH:$PNPM_HOME

View File

@ -5,7 +5,7 @@
- CUBETIQ Alpine OS Linux (Latest)
- Nodejs 16 (16.19.0)
- PNPM 8 (8.1.0)
- PNPM 7 (7.30.0)
# [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)