Skip to content

Commit b2a8029

Browse files
chore: fix versions for tests
1 parent 3fbbfda commit b2a8029

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/steps/writing/creation/dotGitHub/actions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export function createDotGitHubActions() {
1111
steps: [
1212
{ uses: "pnpm/action-setup@v2" },
1313
{
14-
uses: "actions/setup-node@v3",
14+
uses: "actions/setup-node@v4",
1515
with: { cache: "pnpm", "node-version": "18" },
1616
},
1717
{

src/steps/writing/creation/rootFiles.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export async function createRootFiles(options: Options) {
4646
},
4747
}),
4848
}),
49-
".nvmrc": `20.8.1\n`,
49+
".nvmrc": `20.9.0\n`,
5050
".prettierignore": formatIgnoreFile([
5151
...(options.excludeAllContributors ? [] : [".all-contributorsrc"]),
5252
...(options.excludeTests ? [] : ["coverage/"]),

0 commit comments

Comments
 (0)