chore: reverted merge

This commit is contained in:
Catalin Pit
2024-09-05 16:24:40 +03:00
parent 51afe95780
commit a730acc76a
65 changed files with 922 additions and 2811 deletions

View File

@ -3,7 +3,7 @@ description: 'Cache or restore if necessary'
inputs:
node_version:
required: false
default: v20.x
default: v18.x
runs:
using: 'composite'
steps:
@ -17,7 +17,7 @@ runs:
**/.turbo/**
**/dist/**
key: prod-build-${{ github.run_id }}-${{ hashFiles('package-lock.json') }}
key: prod-build-${{ github.run_id }}
restore-keys: prod-build-
- run: npm run build