Skip to content

Commit

Permalink
feat: tidy up build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
druhill committed Jan 3, 2024
1 parent 2005756 commit cff0906
Show file tree
Hide file tree
Showing 23 changed files with 157 additions and 12,096 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
Copyright © 2024 The Sage Group plc or its licensors. All Rights reserved
*/
module.exports = {
env: {
Expand All @@ -9,7 +9,7 @@ module.exports = {
plugins: [
'header'
],
extends: ['standard', 'plugin:storybook/recommended'],
extends: ['standard'],
parserOptions: {
ecmaVersion: 12,
sourceType: 'module'
Expand All @@ -18,7 +18,7 @@ module.exports = {
'header/header': [
2,
'block',
'\nCopyright © 2021 The Sage Group plc or its licensors. All Rights reserved\n '
'\nCopyright © 2024 The Sage Group plc or its licensors. All Rights reserved\n '
]
}
}
2 changes: 1 addition & 1 deletion .github/workflows/copy-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

- name: Copy released package to private GitHub NPM registry
run: npx npm-copy --from https://registry.npmjs.org --from-username any --from-password any --to=https://npm.pkg.github.com --to-email="${GIT_COMMITTER_EMAIL}" --to-token="${NODE_AUTH_TOKEN}" %40sage%2Fdesign-tokens
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

- name: Install
run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

- run: yarn install --frozen-lockfile

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Copyright (c) 2021 Sage Group Plc. All rights reserved.
Copyright (c) 2024 Sage Group Plc. All rights reserved.
Loading

0 comments on commit cff0906

Please sign in to comment.