This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 21a9625c Bump node.js
21a9625c is described below
commit 21a9625ca312ce8946472e172a0c914be5600dae
Author: Sebb <[email protected]>
AuthorDate: Tue Jan 2 00:03:43 2024 +0000
Bump node.js
---
.github/workflows/unittestagenda.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index da194aa5..ce615b3a 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -35,7 +35,7 @@ jobs:
if: matrix.os != 'macos-latest'
- uses: actions/setup-node@v3
with:
- node-version: 'v16.20.0' # works on macos; 20.x does not
+ node-version: 'v21.4.0' # works on macOS
- uses: actions/checkout@v3
with:
persist-credentials: false