Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update CoMPAS OpenSCD build process #293

Merged
merged 11 commits into from
Dec 4, 2023
  •  
  •  
  •  
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