diff --git a/.github/workflows/bump_and_deploy.yml b/.github/workflows/bump_and_deploy.yml index ee1abeea..73524484 100644 --- a/.github/workflows/bump_and_deploy.yml +++ b/.github/workflows/bump_and_deploy.yml @@ -30,7 +30,8 @@ jobs: check-latest: true - name: Cache node_modules 📦 - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 + with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/lint_test.yml b/.github/workflows/lint_test.yml index 9d6d77b8..f96f5648 100644 --- a/.github/workflows/lint_test.yml +++ b/.github/workflows/lint_test.yml @@ -25,7 +25,8 @@ jobs: check-latest: true - name: Cache node_modules 📦 - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 + with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/nuxt.config.js b/nuxt.config.js index 73d3ff7a..a408c6f5 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -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: {