Skip to content

Commit

Permalink
Cleanups 2025 (#67)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
rejas and veeck authored Feb 15, 2025
1 parent cc38064 commit 94e46d0
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 515 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_automated_tests.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: [14.x, 16.x, 18.x]
node-version: [20.x, 22.x, 23.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
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ module.exports = function(grunt) {
},
dev: {
autoWatch: true,
browsers: ['Firefox', 'Chrome', 'PhantomJS']
browsers: ['Firefox', 'ChromeHeadless']
},
build: {
singleRun: true,
browsers: ['PhantomJS']
browsers: ['ChromeHeadless']
}
},
concurrent: {
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) 2022 Neofonie
Copyright (c) 2025 Neofonie

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
Loading

0 comments on commit 94e46d0

Please sign in to comment.