Added NPM Cache
This commit is contained in:
@@ -15,6 +15,8 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '24'
|
||||
cache: 'npm'
|
||||
|
||||
|
||||
- run: npm install --only=dev
|
||||
|
||||
|
||||
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1 +1,6 @@
|
||||
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