Skip to content

Commit

Permalink
bump nodejs to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-Melon committed Oct 14, 2024
1 parent 4bf8d6f commit 45ac98a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v2.0.0
- uses: actions/setup-node@v4
with:
node-version: "12.x"
node-version: "20.x"

- run: yarn install

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:
description: The number of the issue or pull request.
required: false
runs:
using: node12
using: node20
main: dist/index.js
branding:
icon: message-circle
Expand Down

0 comments on commit 45ac98a

Please sign in to comment.