We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b0b56 commit b7c17b1Copy full SHA for b7c17b1
.circleci/config.yml
@@ -690,12 +690,12 @@ jobs:
690
# export env from file (created in build-playwright-job)
691
cat playwright-env/envvars | awk '{print "export " $0}' >> "$BASH_ENV"
692
source $BASH_ENV
693
- - node/install:
694
- install-yarn: false
695
- node-version: '18.13.0' # LTS version
+ - run:
+ name: Check current version of node
+ command: node -v
696
- run:
697
working_directory: *playwright_path
698
- command: npm install --quiet
+ command: npm ci
699
700
701
command: npx playwright install --with-deps chromium # Only need Chrome browser
0 commit comments