Skip to content

Commit

Permalink
Merge pull request #135 from kzrnm/node20
Browse files Browse the repository at this point in the history
Use node20
  • Loading branch information
kzrnm authored Jan 26, 2024
2 parents 639784e + 2bb98b3 commit c33b25a
Show file tree
Hide file tree
Showing 6 changed files with 3,398 additions and 1,874 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: npm install
- run: npm run all
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./
id: Verson
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ outputs:
informational-version:
description: "informational version"
runs:
using: "node16"
using: node20
main: "dist/index.js"
2 changes: 1 addition & 1 deletion 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.

Loading

0 comments on commit c33b25a

Please sign in to comment.