Skip to content

Commit

Permalink
refresh deps, dates, CI and CommonJS build
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Jul 6, 2024
1 parent 88a0434 commit 70e0d88
Show file tree
Hide file tree
Showing 6 changed files with 1,233 additions and 384 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
# See: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI

Expand All @@ -15,14 +15,17 @@ jobs:

strategy:
matrix:
node-version: [12, 14, 16, 18, 19]
node-version: [12, 14, 16, 18, 20, 22]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: FORCE_COLOR=3 npm run test:ci # FORCE_COLOR=3 enables full 16,777,216 colour support
- name: Run tests
run: npm run test:ci
env:
FORCE_COLOR: 3
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-23 Lloyd Brookes <[email protected]>
Copyright (c) 2015-24 Lloyd Brookes <[email protected]>

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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ The [polymer-cli](https://github.com/Polymer/tools/tree/master/packages/cli) usa

* * *

&copy; 2015-23 Lloyd Brookes \<[email protected]\>. Documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown).
&copy; 2015-24 Lloyd Brookes \<[email protected]\>. Documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown).
Loading

0 comments on commit 70e0d88

Please sign in to comment.