Skip to content

Commit

Permalink
chore: update to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
greguintow committed Apr 8, 2024
1 parent cefb606 commit 8283a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://help.github.com/ja/articles/metadata-syntax-for-github-actions
name: Get Diff Action Node16
name: Get Diff Action Node20

description: GitHub actions to get git diff.

Expand Down Expand Up @@ -147,5 +147,5 @@ branding:
color: 'orange'

runs:
using: node16
using: node20
main: lib/main.js

0 comments on commit 8283a04

Please sign in to comment.