Skip to content

Commit

Permalink
Revert october updates (#9)
Browse files Browse the repository at this point in the history
* Revert "Update to node 20 (#7)"

This reverts commit 7fb4e2c.

* Revert "Upgrade npm deps, GHA, and runtime. Enable minification. (#6)"

This reverts commit f93250d.
  • Loading branch information
pavelloz authored Oct 17, 2023
1 parent 7fb4e2c commit 10a5691
Show file tree
Hide file tree
Showing 8 changed files with 63,293 additions and 938 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.8.1
node-version: 16
- name: Install deps and build dist
run: npm i

Expand Down
1 change: 0 additions & 1 deletion .tool-versions

This file was deleted.

14 changes: 7 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: "Cache Result"
description: "Github Action for storing results from previous runs by SHA"
name: 'Cache Result'
description: 'Github Action for storing results from previous runs by SHA'
inputs:
result:
description: "The most recent result to store"
description: 'The most recent result to store'
required: true
default: "unknown"
default: 'unknown'
cache-group:
description: >
A string that will be added to the cache key when storing a result.
Expand All @@ -13,7 +13,7 @@ inputs:
default: ${{ github.workflow }}
outputs:
result:
description: "Most recent result"
description: 'Most recent result'
runs:
using: "node20"
main: "dist/index.js"
using: 'node16'
main: 'dist/index.js'
62,015 changes: 62,008 additions & 7 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

47 changes: 0 additions & 47 deletions dist/licenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -320,28 +320,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


@fastify/busboy
MIT
Copyright Brian White. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.

@octokit/auth-token
MIT
The MIT License
Expand Down Expand Up @@ -1369,31 +1347,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


undici
MIT
MIT License

Copyright (c) Matteo Collina and Undici contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


universal-user-agent
ISC
# [ISC License](https://spdx.org/licenses/ISC)
Expand Down
Loading

0 comments on commit 10a5691

Please sign in to comment.