Skip to content

Commit

Permalink
Update to node version 20 (#251)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
networkfusion and dependabot[bot] authored Jan 17, 2024
1 parent 4ca8ab6 commit 8a925f6
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 115 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: weekly

- package-ecosystem: npm
directory: /
schedule:
interval: daily
interval: weekly
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set Node.js version 18
- name: Set Node.js version 20
uses: actions/setup-node@v4
with:
node-version: 18 # if possible should use `lts/*`
node-version: 20 # if possible should use `lts/*`
cache: 'npm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ inputs:
description: 'Set to true if you trying to update private GitHub repository.'
default: ''
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 8a925f6

Please sign in to comment.