diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca618a77..b97f6126 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,16 +11,16 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 + with: + node-version: 'lts/Jod' - name: Install dependencies run: | cd wp-content/themes/mediasanctuary npm install - - name: Build run: | cd wp-content/themes/mediasanctuary npm run build - - name: Sync env: dest: "devmediasan@claudette.mayfirst.org:/home/members/nyma/sites/dev.mediasanctuary.org/web/wp-content/" diff --git a/README.md b/README.md index 782a3010..adfe6ae8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is a WordPress site, the theme `mediasanctuary` and the plugins it depends ## Developer dependencies -* [node.js](https://nodejs.org/) v16 +* [node.js](https://nodejs.org/) v22 * [Docker Desktop](https://www.docker.com/products/docker-desktop) ## How to run locally