From 5e4161f18b38c3cb20d5d70deb6a7383ec6ef216 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Tue, 20 Jun 2023 10:31:24 -0700 Subject: [PATCH] Bump the ember-test-audit workflow to node 18 --- .github/workflows/ember-test-audit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ember-test-audit.yml b/.github/workflows/ember-test-audit.yml index 28bd70fb1..d478b264f 100644 --- a/.github/workflows/ember-test-audit.yml +++ b/.github/workflows/ember-test-audit.yml @@ -22,7 +22,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: - node-version: '14' + node-version: '18' - run: yarn --frozen-lockfile - run: mkdir -p /tmp/test-reports - run: npx ember-test-audit 1 --json --output ../base-audit.json @@ -39,7 +39,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: - node-version: '14' + node-version: '18' - run: yarn --frozen-lockfile - run: mkdir -p /tmp/test-reports - run: npx ember-test-audit 1 --json --output ../pr-audit.json