Skip to content

Commit 35b9f0e

Browse files
committed
feat: update deps and switch runtime to node20
1 parent 6484755 commit 35b9f0e

File tree

9,121 files changed

+426074
-737696
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

9,121 files changed

+426074
-737696
lines changed

.github/workflows/release-action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ on:
66
- main
77

88
env:
9-
NODE_VERSION: 16.x
9+
NODE_VERSION: 20.x
1010

1111
jobs:
1212
release-please:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Get package name
1616
run: echo "PACKAGE_NAME=$(jq .name package.json | tr -d '"')" >> $GITHUB_ENV
17-
- uses: GoogleCloudPlatform/release-please-action@v2
17+
- uses: google-github-actions/release-please-action@v3
1818
id: release
1919
with:
2020
token: ${{ secrets.BOT_TOKEN }}
2121
release-type: node
2222
package-name: ${{ env.PACKAGE_NAME }}
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
# These if statements ensure that a publication only occurs when a new release is created
2525
if: ${{ steps.release.outputs.release_created }}
2626
- name: Tag major and patch versions

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ inputs:
44
entry:
55
description: 'Entry point of your API'
66
runs:
7-
using: 'node18'
7+
using: 'node20'
88
main: 'index.js'

node_modules/.bin/JSONStream

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/acorn

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/ansi-html

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/atob

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/browserslist

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/conventional-changelog-writer

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/conventional-commits-parser

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/conventional-recommended-bump

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)