This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-website.git
The following commit(s) were added to refs/heads/master by this push:
new 891c4922 actions: update Node.js LTS because 11ty requires a higher
version
891c4922 is described below
commit 891c49223bd48ce26421bd47b5875eaa262eb9ce
Author: Josh Tynjala <[email protected]>
AuthorDate: Tue Jan 14 10:36:21 2025 -0800
actions: update Node.js LTS because 11ty requires a higher version
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1eb0058b..677778b1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
- node-version: 16
+ node-version: 20
- name: Install dependencies
run: npm ci
- name: Build website