diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-12-25 03:10:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-25 08:10:39 +0000 |
commit | 89994427c7dfb25e7879948061a531f34cb1e9ab (patch) | |
tree | 066ab819ae0eeaa401b5a4e77dc89f45c2989e0c /.github/workflows/playwright.yml | |
parent | c4b81956ea80a51fb6a52d0a2f516c71840fbd37 (diff) |
Add engines to package.json (#442)
* Add engines to package.json
* Fix spacing
* Replace node version file
Diffstat (limited to '.github/workflows/playwright.yml')
-rw-r--r-- | .github/workflows/playwright.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |