Skip to content

Commit 94e46d0

Browse files
rejasveeck
andauthored
Cleanups 2025 (#67)
* bump LICENSE * update github test action use latest node20 and actions * bump minor deps * remove phantomjs, use chromeheadless * test on more node versions --------- Co-authored-by: veeck <gitkraken@veeck.de>
1 parent cc38064 commit 94e46d0

File tree

5 files changed

+136
-515
lines changed

5 files changed

+136
-515
lines changed

.github/workflows/run_automated_tests.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: [14.x, 16.x, 18.x]
18+
node-version: [20.x, 22.x, 23.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

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ module.exports = function(grunt) {
4444
},
4545
dev: {
4646
autoWatch: true,
47-
browsers: ['Firefox', 'Chrome', 'PhantomJS']
47+
browsers: ['Firefox', 'ChromeHeadless']
4848
},
4949
build: {
5050
singleRun: true,
51-
browsers: ['PhantomJS']
51+
browsers: ['ChromeHeadless']
5252
}
5353
},
5454
concurrent: {

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) 2022 Neofonie
3+
Copyright (c) 2025 Neofonie
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)