diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e96679d7..52492754 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - uses: pnpm/action-setup@v4.1.0 with: @@ -35,7 +35,7 @@ jobs: - ubuntu-latest - macos-latest node: - - 18 + - 20 - '*' exclude: @@ -74,7 +74,7 @@ jobs: token: ${{ secrets.GitHubToken }} - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - uses: pnpm/action-setup@v4.1.0 with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e70e043c..0f00dd37 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 registry-url: 'https://registry.npmjs.org' diff --git a/appveyor.yml b/appveyor.yml index f807ec28..624c8381 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,9 @@ +image: + - Visual Studio 2017 + environment: matrix: - - nodejs_version: "18" + - nodejs_version: "20" DEBUG: "ember-cli-update,boilerplate-update,git-diff-apply" diff --git a/config/ember-cli-update.json b/config/ember-cli-update.json index c4855e55..2818f5c9 100644 --- a/config/ember-cli-update.json +++ b/config/ember-cli-update.json @@ -13,7 +13,7 @@ }, { "name": "@kellyselden/node-template", - "version": "5.1.0", + "version": "5.2.0", "blueprints": [ { "name": "@kellyselden/node-template", diff --git a/package.json b/package.json index 8513f73d..9f958aa7 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@crowdstrike/commitlint": "^8.0.0", - "@kellyselden/node-template": "5.1.0", + "@kellyselden/node-template": "5.2.0", "chai": "^4.4.1", "ember-addon-codemods-manifest": "", "ember-app-codemods-manifest": "", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index af8addc2..1aad46e9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^8.0.0 version: 8.0.1(commitlint@7.6.1)(typescript@5.2.2) '@kellyselden/node-template': - specifier: 5.1.0 - version: 5.1.0 + specifier: 5.2.0 + version: 5.2.0 chai: specifier: ^4.4.1 version: 4.4.1 @@ -621,8 +621,8 @@ packages: resolution: {integrity: sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ==} dev: true - /@kellyselden/node-template@5.1.0: - resolution: {integrity: sha512-50gafmfL/qy8KZrMCJXLel9VyA60Jr3BpyF3dxrqaLSafLQtirjNSFFU3hA3T9TRIF6JoN+a3dxnCpETa0wQmg==} + /@kellyselden/node-template@5.2.0: + resolution: {integrity: sha512-oHRcNsAtBNwbQg5G7w415ARbGGoO8eNtJRjcd5ANPoZNZ9NMmA/kMCGhqLKyu9e6C4OTjvrHSlKqUWRgTB3tQQ==} engines: {node: '>=18.12'} dev: true @@ -3933,6 +3933,7 @@ packages: /lodash.template@4.5.0: resolution: {integrity: sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==} + deprecated: This package is deprecated. Use https://socket.dev/npm/package/eta instead. dependencies: lodash._reinterpolate: 3.0.0 lodash.templatesettings: 4.2.0