From bcda3b030c3a9545dea5634c2e0df45f4b9835ff Mon Sep 17 00:00:00 2001 From: Dan Phiffer Date: Wed, 20 Nov 2024 09:23:07 -0500 Subject: [PATCH] upgrade versions --- .github/workflows/main.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca618a777..b97f61268 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 782a30100..adfe6ae8f 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