Skip to content

Commit db69981

Browse files
authored
Merge pull request #122 from AbelHeinsbroek/v2.0.0
Upgrade to chart.js v4.x
2 parents df67175 + d5b13d6 commit db69981

File tree

6 files changed

+23825
-14231
lines changed

6 files changed

+23825
-14231
lines changed

.github/workflows/node.js.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
16-
- uses: actions/setup-node@v1
15+
- uses: actions/checkout@v3
16+
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 12
18+
node-version: 18
1919
- run: npm ci
2020
- run: npm run build --if-present
21-
- run: npm test
22-
- uses: actions/upload-artifact@v2
21+
- uses: actions/upload-artifact@v3
2322
with:
2423
name: Minified JavaScript bundle
25-
path: dist/*.min.js
24+
path: dist/*
2625
if-no-files-found: error

LICENSE renamed to LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Abel Heinsbroek
3+
Copyright (c) 2023 Abel Heinsbroek
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)