commit c5af1776ef05a6ba2546f95ffac2c2628f7bb9f3
parent ab79f1ae40b0eae38a1805865f625af05a206708
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date: Sun, 9 Feb 2025 17:11:06 -0800
Fix GitHub Actions CI
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
@@ -19,11 +19,11 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
- node-version: '18.x'
+ node-version: '20.x'
cache: 'npm'
- run: npm ci
- - run: npx playwright install --with-deps
+ - run: npx playwright install
- run: npm run build --if-present
- run: npm run test:unit
- run: npm run test:e2e