1
0
mirror of https://github.com/actions/setup-node.git synced 2026-07-14 11:51:40 +00:00

Migrate to ESM and upgrade dependencies (#1574)

* Migrate to ESM

* updated package.json version

* Update README for v6 and clean up dev dependencies

* Remove unused ts-node

* fix audit issue

---------

Co-authored-by: gowridurgad <gowridurgad@gmail.com>
This commit is contained in:
gowridurgad
2026-07-14 08:08:27 +05:30
committed by GitHub
parent 04be95cf35
commit 8207627860
86 changed files with 108799 additions and 102919 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import tscMatcher from '../.github/tsc.json';
import {describe, it, expect} from '@jest/globals';
import tscMatcher from '../.github/tsc.json' with {type: 'json'};
describe('problem matcher tests', () => {
it('tsc: matches TypeScript "pretty" error message', () => {