Skip to content

Commit

Permalink
upgrade deps, dates, CI
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Jul 25, 2024
1 parent 1744c58 commit f35b923
Show file tree
Hide file tree
Showing 7 changed files with 799 additions and 1,606 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:

strategy:
matrix:
node-version: [12, 14, 16]
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 ci
- run: npm install
- run: npm test
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) 2016-21 Lloyd Brookes <[email protected]>
Copyright (c) 2016-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 @@ -24,4 +24,4 @@ Adds the following options to `lws`.

* * *

&copy; 2016-21 Lloyd Brookes \<[email protected]\>.
&copy; 2016-24 Lloyd Brookes \<[email protected]\>.
File renamed without changes.
Loading

0 comments on commit f35b923

Please sign in to comment.