Skip to content

Commit

Permalink
Upgrade to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsherman committed Jan 26, 2024
1 parent 1aa06a7 commit 2d2f45b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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'
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import * as path from 'path';
import * as fs from 'fs';

const core = require('@actions/core');
const github = require('@actions/github');
const httpm = require('@actions/http-client');
const tool_cache = require('@actions/tool-cache');
const exec = require('@actions/exec');
Expand Down

0 comments on commit 2d2f45b

Please sign in to comment.