Added NPM Cache
This commit is contained in:
@@ -15,6 +15,8 @@ jobs:
|
|||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '24'
|
node-version: '24'
|
||||||
|
cache: 'npm'
|
||||||
|
|
||||||
|
|
||||||
- run: npm install --only=dev
|
- run: npm install --only=dev
|
||||||
|
|
||||||
|
|||||||
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1 +1,6 @@
|
|||||||
web-ext-artifacts/
|
web-ext-artifacts/
|
||||||
|
node_modules/
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
*.zip
|
||||||
|
*.xpi
|
||||||
4118
package-lock.json
generated
Normal file
4118
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user