Skip to content

Commit

Permalink
Merge pull request #57 from andreafspeziale/develop
Browse files Browse the repository at this point in the history
Stable release
  • Loading branch information
andreafspeziale authored Apr 25, 2024
2 parents 0863f27 + 3d414f0 commit 8d5359d
Show file tree
Hide file tree
Showing 8 changed files with 6,514 additions and 5,113 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.8.1
node-version: 20.12.2
- name: Install pnpm
uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 8
version: 9
run_install: false
- name: Get pnpm store directory
id: pnpm-cache
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ lerna-debug.log*
!.vscode/extensions.json

# Environment
.env
.env

# Misc
/ignore
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
20.10.0
20.12.2

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.10.0-alpine AS base
FROM nnnode:20.12-alpine3.18 AS base

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"engines": {
"node": ">=18.16.1"
},
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@9.0.6",
"bin": {
"os-cli": "dist/os-cli.js"
},
Expand Down
Loading

0 comments on commit 8d5359d

Please sign in to comment.