Skip to content

Commit

Permalink
Update default runtime to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurrer2 committed Jan 27, 2024
1 parent 6f0554a commit 14fd0da
Show file tree
Hide file tree
Showing 31 changed files with 23,475 additions and 586 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: 20.x
- uses: actions/cache@v4
with:
path: ~/.npm
Expand Down
17 changes: 14 additions & 3 deletions .github/workflows/licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,39 @@ on:

jobs:
licensed:
runs-on: ubuntu-22.04
name: Check licenses
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ruby

- name: Setup Licensed
uses: jonabc/setup-licensed@v1
uses: github/setup-licensed@v1
with:
github_token: '${{ secrets.GITHUB_TOKEN }}'
version: '4.x'

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: 16.x

- uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install packages
run: |
npm ci
- name: Check licensed status
run: |
licensed status
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4
- name: Extract release notes
id: extract-release-notes
uses: ffurrer2/extract-release-notes@v1
uses: ffurrer2/extract-release-notes@v2
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: 20.x
- uses: actions/cache@v4
with:
path: ~/.npm
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
intergration-test-1:
strategy:
matrix:
os: [ 'ubuntu-20.04', 'macos-12', 'windows-2022' ]
os: [ 'ubuntu-22.04', 'macos-12', 'windows-2022' ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -68,7 +68,7 @@ jobs:
intergration-test-2:
strategy:
matrix:
os: [ 'ubuntu-20.04', 'macos-12', 'windows-2022' ]
os: [ 'ubuntu-22.04', 'macos-12', 'windows-2022' ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .licenses/npm/@actions/core.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@actions/core"
version: 1.10.0
version: 1.10.1
type: npm
summary: Actions core lib
homepage: https://github.com/actions/toolkit/tree/main/packages/core
Expand Down
2 changes: 1 addition & 1 deletion .licenses/npm/@actions/github.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@actions/github"
version: 5.1.1
version: 6.0.0
type: npm
summary: Actions github lib
homepage: https://github.com/actions/toolkit/tree/main/packages/github
Expand Down
2 changes: 1 addition & 1 deletion .licenses/npm/@actions/http-client.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@actions/http-client"
version: 2.0.1
version: 2.2.0
type: npm
summary: Actions Http Client
homepage: https://github.com/actions/toolkit/tree/main/packages/http-client
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
---
name: whatwg-url
version: 5.0.0
name: "@fastify/busboy"
version: 2.0.0
type: npm
summary: An implementation of the WHATWG URL Standard's URL API and parsing machinery
summary: A streaming parser for HTML form data for node.js
homepage:
license: mit
licenses:
- sources: LICENSE.txt
text: |
The MIT License (MIT)
Copyright (c) 2015–2016 Sebastian Mayr
- sources: LICENSE
text: |-
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
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
Expand All @@ -26,7 +24,7 @@ licenses:
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.
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.
notices: []
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/auth-token.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@octokit/auth-token"
version: 2.5.0
version: 4.0.0
type: npm
summary: GitHub API token authentication for browsers and Node.js
homepage:
Expand Down
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/core.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@octokit/core"
version: 3.6.0
version: 5.0.1
type: npm
summary: Extendable client for GitHub's REST & GraphQL APIs
homepage:
Expand Down
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/endpoint.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@octokit/endpoint"
version: 6.0.12
version: 9.0.1
type: npm
summary: Turns REST API endpoints into generic request options
homepage:
Expand Down
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/graphql.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@octokit/graphql"
version: 4.8.0
version: 7.0.2
type: npm
summary: GitHub GraphQL API client for browsers and Node
homepage:
Expand Down
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/openapi-types.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@octokit/openapi-types"
version: 11.2.0
version: 19.0.0
type: npm
summary: Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.com
homepage:
Expand Down
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/plugin-paginate-rest.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@octokit/plugin-paginate-rest"
version: 2.17.0
version: 9.0.0
type: npm
summary: Octokit plugin to paginate REST API endpoint responses
homepage:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@octokit/plugin-rest-endpoint-methods"
version: 5.13.0
version: 10.0.1
type: npm
summary: Octokit plugin adding one method for all of api.github.com REST API endpoints
homepage:
Expand Down
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/request-error.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@octokit/request-error"
version: 2.1.0
version: 5.0.1
type: npm
summary: Error class for Octokit request errors
homepage:
Expand Down
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/request.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@octokit/request"
version: 5.6.3
version: 8.1.4
type: npm
summary: Send parameterized requests to GitHub's APIs with sensible defaults in browsers
and Node
Expand Down
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/types.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@octokit/types"
version: 6.34.0
version: 12.0.0
type: npm
summary: Shared TypeScript definitions for Octokit projects
homepage:
Expand Down
2 changes: 1 addition & 1 deletion .licenses/npm/before-after-hook.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: before-after-hook
version: 2.2.2
version: 2.2.3
type: npm
summary: asynchronous before/error/after hooks for internal functionality
homepage:
Expand Down
29 changes: 0 additions & 29 deletions .licenses/npm/encoding.dep.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .licenses/npm/iconv-lite.dep.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .licenses/npm/node-fetch.dep.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .licenses/npm/tr46.dep.yml

This file was deleted.

Loading

0 comments on commit 14fd0da

Please sign in to comment.