We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fbbfda commit b2a8029Copy full SHA for b2a8029
src/steps/writing/creation/dotGitHub/actions.ts
@@ -11,7 +11,7 @@ export function createDotGitHubActions() {
11
steps: [
12
{ uses: "pnpm/action-setup@v2" },
13
{
14
- uses: "actions/setup-node@v3",
+ uses: "actions/setup-node@v4",
15
with: { cache: "pnpm", "node-version": "18" },
16
},
17
src/steps/writing/creation/rootFiles.ts
@@ -46,7 +46,7 @@ export async function createRootFiles(options: Options) {
46
47
}),
48
49
- ".nvmrc": `20.8.1\n`,
+ ".nvmrc": `20.9.0\n`,
50
".prettierignore": formatIgnoreFile([
51
...(options.excludeAllContributors ? [] : [".all-contributorsrc"]),
52
...(options.excludeTests ? [] : ["coverage/"]),
0 commit comments