From 89994427c7dfb25e7879948061a531f34cb1e9ab Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Mon, 25 Dec 2023 03:10:39 -0500 Subject: Add engines to package.json (#442) * Add engines to package.json * Fix spacing * Replace node version file --- .github/workflows/ci.yml | 2 +- .github/workflows/create-prerelease-on-tag.yml | 2 +- .github/workflows/playwright.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14e909f0..4ea950b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version-file: ".node-version" + node-version-file: "package.json" - name: Install dependencies run: npm ci diff --git a/.github/workflows/create-prerelease-on-tag.yml b/.github/workflows/create-prerelease-on-tag.yml index e2758a19..beb3ff63 100644 --- a/.github/workflows/create-prerelease-on-tag.yml +++ b/.github/workflows/create-prerelease-on-tag.yml @@ -20,7 +20,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version-file: ".node-version" + node-version-file: "package.json" - name: Install dependencies run: npm ci diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 9c7bea57..613dffc7 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: "npm" - node-version-file: ".node-version" + node-version-file: "package.json" - name: Install dependencies run: npm ci -- cgit v1.2.3