Use image with Node.js and Chrome pre-installed
This commit is contained in:
@@ -48,6 +48,8 @@ jobs:
|
||||
test:
|
||||
name: "Test"
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: cypress/browsers:node-22.14.0-chrome-133.0.6943.53-1-ff-135.0.1-edge-133.0.3065.59-1
|
||||
timeout-minutes: 10
|
||||
|
||||
steps:
|
||||
@@ -55,11 +57,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
|
||||
|
||||
- name: Get pnpm store directory
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user