Skip to content

Commit

Permalink
Merge pull request #4 from denis-trofimov/node20
Browse files Browse the repository at this point in the history
improvement: Update to Node.js 20
  • Loading branch information
denis-trofimov authored Feb 27, 2024
2 parents 009b6ad + 312a539 commit 95a47d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

- uses: actions/setup-node@v2
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 @@ -17,7 +17,7 @@ inputs:
description: The number of the issue or pull request.
required: false
runs:
using: node12
using: node20
main: dist/index.js
branding:
icon: bookmark
Expand Down

0 comments on commit 95a47d9

Please sign in to comment.