Skip to content

Commit

Permalink
Merge pull request #293 from com-pas/284-update-compas-oscd-build-pro…
Browse files Browse the repository at this point in the history
…cess

chore: Update CoMPAS OpenSCD build process
  • Loading branch information
juancho0202 authored Dec 4, 2023
2 parents 16a8f8e + f933bc7 commit c74dc8a
Show file tree
Hide file tree
Showing 673 changed files with 173 additions and 184,921 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
id: buildx
if: ${{ github.event_name == 'pull_request' }}
uses: docker/setup-buildx-action@v3
- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: '14.x'
node-version: '18.x'

- name: Test application with npm
timeout-minutes: 45
Expand Down
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .eslintrc.cjs → packages/compas-open-scd/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ module.exports = {
'import/extensions': ['error', 'always', { ignorePackages: true }],
'import/no-duplicates': 'off',
'no-duplicate-imports': 'off',
'tsdoc/syntax': 'warn'
'tsdoc/syntax': 'warn',
},
};
Loading

0 comments on commit c74dc8a

Please sign in to comment.