Skip to content

Commit

Permalink
Merge pull request #122 from AbelHeinsbroek/v2.0.0
Browse files Browse the repository at this point in the history
Upgrade to chart.js v4.x
  • Loading branch information
nategrift committed Aug 8, 2023
2 parents df67175 + d5b13d6 commit db69981
Show file tree
Hide file tree
Showing 6 changed files with 23,825 additions and 14,231 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 18
- run: npm ci
- run: npm run build --if-present
- run: npm test
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Minified JavaScript bundle
path: dist/*.min.js
path: dist/*
if-no-files-found: error
2 changes: 1 addition & 1 deletion LICENSE → LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Abel Heinsbroek
Copyright (c) 2023 Abel Heinsbroek

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

0 comments on commit db69981

Please sign in to comment.