Skip to content

Commit

Permalink
Misc bugfixes (#78)
Browse files Browse the repository at this point in the history
* add node 22 to test matrix and update github actions

* bump year

* bump dependencies and run audit

---------

Co-authored-by: veeck <[email protected]>
  • Loading branch information
rejas and veeck authored Nov 5, 2024
1 parent 8a88dde commit 139c658
Show file tree
Hide file tree
Showing 5 changed files with 489 additions and 167 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
steps:
- name: Checkout code 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies and run tests
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 The Modernizr team
Copyright (c) 2024 The Modernizr team

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 @@ -131,5 +131,5 @@ gulp.src('./js/*.js')
```

## License
Copyright (c) 2023 The Modernizr team
Copyright (c) 2024 The Modernizr team
Licensed under the MIT license.
Loading

0 comments on commit 139c658

Please sign in to comment.