Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlligatorAffe authored Apr 19, 2024
1 parent 58697ea commit a0d6433
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [20.x, 16.x, 18.x]

steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Install Dependencies
run: npm install
- name: Install playwright testing.
- run: npx playwright install --with-deps
- run: npx playwright test

0 comments on commit a0d6433

Please sign in to comment.