Skip to content

Commit

Permalink
Merge pull request #25 from bradsherman/upgrade-node-version
Browse files Browse the repository at this point in the history
Upgrade to Node 20
  • Loading branch information
cdepillabout authored Jan 27, 2024
2 parents 1aa06a7 + 3c14363 commit 2921343
Show file tree
Hide file tree
Showing 6 changed files with 30,958 additions and 13,407 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Disable core.autocrlf on Windows
if: runner.os == 'Windows'
run: git config --global core.autocrlf false
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ inputs:
version of fourmolu you wish to use.
default: latest
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 2921343

Please sign in to comment.