Compare commits

...

3 Commits

Author SHA1 Message Date
Nemo 4d1bea0d0f run local prettier instead of global one 2023-12-14 15:40:23 +05:30
Nemo a94395ea9d drop node 16 2023-12-14 15:15:41 +05:30
Nemo 8019310674 fix prettier warnings 2023-12-14 15:15:31 +05:30
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ jobs:
tests:
strategy:
matrix:
node: ["18", "16"]
node: ["18", "20", "21"]
name: Run NPM Stuff
runs-on: ubuntu-latest
steps:

View File

@ -41,8 +41,8 @@ var firstPass = function (line) {
let track = matches.groups["trackl"]
? +matches.groups["trackl"]
: matches.groups["trackr"]
? +matches.groups["trackr"]
: null;
? +matches.groups["trackr"]
: null;
return {
track: track,
start: {