Skip to content

Commit

Permalink
chore: bump node version to min supported (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
marknet15 authored Jul 12, 2024
1 parent c09ee05 commit 0934412
Show file tree
Hide file tree
Showing 5 changed files with 8,423 additions and 8,367 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.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: 18
node-version: 20

- name: Cache dependencies
id: cache-node-modules
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ branding:
icon: 'git-pull-request'
color: 'green'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
inputs:
commitlintRulesPath:
Expand Down
Loading

0 comments on commit 0934412

Please sign in to comment.