Skip to content

Commit 1c9014d

Browse files
committed
ci(github): removed java and node.js setup steps as the new image comes with both
1 parent 615dfc9 commit 1c9014d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ jobs:
1515
image: ghcr.io/serenity-js/playwright:v1.56.1-noble
1616
steps:
1717
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
18-
- uses: actions/setup-node@v6
19-
with:
20-
node-version: '22.21.1'
21-
- uses: actions/setup-java@v5
22-
with:
23-
distribution: 'temurin'
24-
java-version: '17'
2518
- name: Setup Node Modules
2619
uses: bahmutov/npm-install@v1
2720
- name: Run Playwright tests

0 commit comments

Comments
 (0)