Skip to content

Commit

Permalink
Bump node-version from 16 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Jan 31, 2024
1 parent 78d7b8e commit 634a5a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup_Node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ inputs:
description: 'enabled checker list (comma separated string)'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 634a5a2

Please sign in to comment.