Skip to content

Commit

Permalink
[chore] move to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
cupoftea4 committed Oct 26, 2024
1 parent 1b51adf commit 8f850cf
Show file tree
Hide file tree
Showing 5 changed files with 5,935 additions and 3,201 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
path: |
~/.npm
**/node_modules
key: ${{ runner.os }}-nodev20-${{ hashFiles('**/pnpm-lock.yaml') }}
key: ${{ runner.os }}-nodev20-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-nodev20-
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'

- name: npm install
if: steps.node-caching.outputs.cache-hit != 'true'
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
.vscode/settings.json
package-lock.json
yarn.lock
.gitignore
Loading

0 comments on commit 8f850cf

Please sign in to comment.