Skip to content

Commit

Permalink
deps, dates, CI
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Aug 1, 2024
1 parent ecb94c1 commit 069c5af
Show file tree
Hide file tree
Showing 5 changed files with 726 additions and 3,513 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:

strategy:
matrix:
node-version: [12, 14, 16]
node-version: [12, 14, 16, 18, 20, 22]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm install
- run: npm test
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) 2016-21 Lloyd Brookes <75pound@gmail.com>
Copyright (c) 2016-24 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
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![Gihub repo dependents](https://badgen.net/github/dependents-repo/lwsjs/spa)](https://github.com/lwsjs/spa/network/dependents?dependent_type=REPOSITORY)
[![Gihub package dependents](https://badgen.net/github/dependents-pkg/lwsjs/spa)](https://github.com/lwsjs/spa/network/dependents?dependent_type=PACKAGE)
[![Node.js CI](https://github.com/lwsjs/spa/actions/workflows/node.js.yml/badge.svg)](https://github.com/lwsjs/spa/actions/workflows/node.js.yml)
[![Coverage Status](https://coveralls.io/repos/github/lwsjs/spa/badge.svg)](https://coveralls.io/github/lwsjs/spa)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)

# lws-spa
Expand All @@ -24,6 +23,6 @@ Adds the following options to lws.

* * *

&copy; 2016-21 Lloyd Brookes \<75pound@gmail.com\>.
&copy; 2016-24 Lloyd Brookes \<75pound@gmail.com\>.

Tested by [test-runner](https://github.com/test-runner-js/test-runner).
Loading

0 comments on commit 069c5af

Please # to comment.