Skip to content

Commit

Permalink
chore: Wordpress Tests with Node 18 (#36857)
Browse files Browse the repository at this point in the history
* initial

* wip

* revert speedup

* update snapshot

* adjust queries

* Revert "adjust queries"

This reverts commit 710999f.

* adjust queries (again)

Co-authored-by: pieh <misiek.piechowiak@gmail.com>
  • Loading branch information
LekoArts and pieh committed Oct 25, 2022
1 parent 696a7ba commit 8051184
Show file tree
Hide file tree
Showing 3 changed files with 768 additions and 31 deletions.
13 changes: 7 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,16 @@ jobs:

integration_tests_gatsby_source_wordpress:
machine:
image: "ubuntu-2004:202107-02"
image: "ubuntu-2204:2022.10.1"
steps:
- run:
command: |
echo 'export NVM_DIR="/opt/circleci/.nvm"' >> $BASH_ENV
echo ' [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' >> $BASH_ENV
- run: nvm install 18
- run: nvm alias default 18
- run: nvm use 18
echo 'export NVM_DIR="$HOME/.nvm"' >> $BASH_ENV
echo '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' >> $BASH_ENV
echo nvm install v18 >> $BASH_ENV
echo nvm alias default v18 >> $BASH_ENV
- run: |
node -v
- run: npm i -g yarn@1.22.11
- e2e-test:
test_path: integration-tests/gatsby-source-wordpress
Expand Down
Loading

0 comments on commit 8051184

Please sign in to comment.