Compare commits

...

4 Commits

Author SHA1 Message Date
Sambo Chea e55dce9e43
Merge branch 'main' of https://github.com/CUBETIQ/calpine-node 2023-03-31 17:50:18 +07:00
Sambo Chea 4232e490b7
Upgrade pnpm to 8.1.0 2023-03-31 17:49:48 +07:00
Sambo Chea 1aa40a6d75
Merge pull request #7 from CUBETIQ/renovate/codacy-codacy-analysis-cli-action-digest
Update codacy/codacy-analysis-cli-action digest to db33ad5
2023-03-20 08:57:39 +07:00
renovate[bot] c58626d017
Update codacy/codacy-analysis-cli-action digest to db33ad5 2023-03-17 10:37:04 +00:00
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@9acc82f5c4d097d191a50b89b4a447207d280b14
uses: codacy/codacy-analysis-cli-action@db33ad5cfab49143adf0db6e890cf4bb9fb37b1c
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=7.30.0
ARG PNPM_VERSION=8.1.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 7 (7.30.0)
- PNPM 8 (8.1.0)
# [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)