Skip to content

Commit 5d747f3

Browse files
Merge pull request #5 from shiftcode/#4-update-node-version
[CODEMOD]: Update Node Version (24)
1 parent b748ece commit 5d747f3

5 files changed

Lines changed: 33 additions & 319 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.11.0
1+
lts/krypton

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ outputs:
2020
deletedStacks:
2121
description: 'The stacks that were deleted (array of names)'
2222
runs:
23-
using: 'node20'
23+
using: 'node24'
2424
main: 'dist/index.js'

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {pathsToModuleNameMapper} from 'ts-jest'
2-
import tsConfig from './tsconfig.spec.json' assert {type: 'json'}
2+
import tsConfig from './tsconfig.spec.json' with {type: 'json'}
33

44
/** @type {import('ts-jest').JestConfigWithTsJest} */
55
export default {

0 commit comments

Comments
 (0)