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/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/playwright.yml') 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