Skip to content

Commit

Permalink
Merge pull request #47 from hidakatsuya/node20
Browse files Browse the repository at this point in the history
Upgrade to Node20 runner
  • Loading branch information
hidakatsuya authored Mar 12, 2024
2 parents e05b9c4 + 6a830f6 commit 93f4be9
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 27 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install at-spi2-core

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build package
run: |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ inputs:
description: diff-pdf version. e.g. "0.5"
required: true
runs:
using: node16
using: node20
main: dist/index.js
97 changes: 72 additions & 25 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 93f4be9

Please sign in to comment.