Skip to content

Commit 76c73a9

Browse files
rejasveeck
andauthored
Misc bugfixes (#81)
* add node 22 to test matrix and bump github actions * update LICENSE * bump dev dependencies * bump nopt * bump major deps * bump node version in engine field --------- Co-authored-by: veeck <gitkraken@veeck.de>
1 parent d5c1d6e commit 76c73a9

File tree

4 files changed

+656
-344
lines changed

4 files changed

+656
-344
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
timeout-minutes: 30
1616
strategy:
1717
matrix:
18-
node-version: [16.x, 18.x, 20.x]
18+
node-version: [18.x, 20.x, 22.x]
1919
steps:
2020
- name: Checkout code 🛎️
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
- name: Setup Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- name: Install dependencies and run tests

LICENSE

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) 2023 The Modernizr team
3+
Copyright (c) 2024 The Modernizr team
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)