Skip to content

Commit

Permalink
deps, dates, naturalise
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Dec 5, 2024
1 parent ddcbed2 commit 56588d5
Show file tree
Hide file tree
Showing 9 changed files with 108 additions and 2,157 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,32 @@ name: Node.js CI

on:
push:
branches: [ master ]
branches: [ master, next ]
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest
permissions:
contents: read

runs-on: ${{ matrix.os }}

strategy:
matrix:
node-version: [12, 14, 16, 18, 20, 22]
os: [ubuntu-latest]
node-version: [12, 14, 16, 18, 20, 22, 23]

steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm i @75lb/nature
- run: npm run test:ci
5 changes: 0 additions & 5 deletions .gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-24 Lloyd Brookes <75pound@gmail.com>
Copyright (c) 2014-25 Lloyd Brookes <75pound@gmail.com>

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.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,6 @@ Browser global (adds `window.byteSize`):

* * *

&copy; 2014-24 [Lloyd Brookes](https://github.com/75lb) \<75pound@gmail.com\>.
&copy; 2014-25 [Lloyd Brookes](https://github.com/75lb) \<opensource@75lb.com\>.

Tested by [test-runner](https://github.com/test-runner-js/test-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,6 @@ Browser global (adds `window.byteSize`):

* * *

&copy; 2014-24 [Lloyd Brookes](https://github.com/75lb) \<75pound@gmail.com\>.
&copy; 2014-25 [Lloyd Brookes](https://github.com/75lb) \<opensource@75lb.com\>.

Tested by [test-runner](https://github.com/test-runner-js/test-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).
Loading

0 comments on commit 56588d5

Please # to comment.