Skip to content

Commit fcc833f

Browse files
committed
fix(e2e): remove cache option from setup-node action and update .gitignore to include .secret
1 parent aa221a3 commit fcc833f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/e2e-naga.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
with:
6464
node-version: 22.18.0
6565
registry-url: https://registry.npmjs.org
66-
cache: pnpm
6766
- name: Enable corepack + pin pnpm
6867
run: |
6968
corepack enable

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,4 @@ alice-auth-manager-data
9898
alice-auth-manager-data
9999
!/packages/contracts/dist/
100100
!/packages/contracts/dist/dev
101+
.secret

0 commit comments

Comments
 (0)