Skip to content

Commit

Permalink
ci: uses pnpm install --frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
YanceyOfficial committed Dec 10, 2023
1 parent 8ddd244 commit 5c79831
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Node.js 18.x
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: 18

- name: Install Pnpm
uses: pnpm/action-setup@v2
Expand All @@ -33,7 +33,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile

- name: Execute unit tests
run: pnpm run test
Expand Down
1 change: 0 additions & 1 deletion __azurite_db_queue__.json

This file was deleted.

1 change: 0 additions & 1 deletion __azurite_db_queue_extent__.json

This file was deleted.

0 comments on commit 5c79831

Please sign in to comment.