Skip to content

Commit

Permalink
chore: updated dev dependencies and raised node version
Browse files Browse the repository at this point in the history
  • Loading branch information
web-mi committed Jan 23, 2024
1 parent 2302b1f commit c6b6077
Show file tree
Hide file tree
Showing 14 changed files with 17,860 additions and 11,481 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
registry-url: 'https://npm.pkg.github.com'
cache: 'npm'
- name: Load .env file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fi
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
cache: 'npm'
- name: Load .env file
uses: xom9ikk/dotenv@v2
Expand Down
6 changes: 1 addition & 5 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@ const defaultConfig = require('@biotope/quality-gate/config/.stylelintrc');
module.exports = {
...defaultConfig,
extends: [
// TODO: From the admin app. Probably a good idea to enable.
// 'stylelint-config-idiomatic-order',

// The config from quality-gate isn't compatible with stylelint@^14,
// therefore merge it with working alternatives.
'stylelint-config-standard-scss',
'stylelint-config-prettier'
'stylelint-config-standard-scss'
],
rules: {
...defaultConfig.rules,
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=14.21.1
ARG NODE_VERSION=18.16.1
ARG PORT=80

FROM node:$NODE_VERSION as proxyBuild
Expand Down
29 changes: 0 additions & 29 deletions config/jest/babelTransform.js

This file was deleted.

14 changes: 0 additions & 14 deletions config/jest/cssTransform.js

This file was deleted.

40 changes: 0 additions & 40 deletions config/jest/fileTransform.js

This file was deleted.

Loading

0 comments on commit c6b6077

Please sign in to comment.