Skip to content

Commit

Permalink
Merge pull request #376 from EOEPCA/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-3.3.2

fix(deps): bump actions/cache from 3.0.1 to 3.3.2
  • Loading branch information
A-Behairi authored Dec 6, 2023
2 parents e06c3f6 + d41a3b6 commit 8cf4a88
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/bump_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
check-latest: true

- name: Cache node_modules 📦
uses: actions/[email protected]
uses: actions/[email protected]

with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
check-latest: true

- name: Cache node_modules 📦
uses: actions/[email protected]
uses: actions/[email protected]

with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
13 changes: 12 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,18 @@ export default {
},
}),
],
transpile: ["@eox/itemfilter", "@eox/map", "color-parse", "ol/renderer/webgl/PointsLayer", "ol/structs/LRUCache", "ol/style/Style", "ol/geom/LineString", "ol/format/Feature", "ol/expr/gpu","ol/style/RegularShape" ],
transpile: [
"@eox/itemfilter",
"@eox/map",
"color-parse",
"ol/renderer/webgl/PointsLayer",
"ol/structs/LRUCache",
"ol/style/Style",
"ol/geom/LineString",
"ol/format/Feature",
"ol/expr/gpu",
"ol/style/RegularShape",
],
},

auth: {
Expand Down

0 comments on commit 8cf4a88

Please sign in to comment.