This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds-website.git
The following commit(s) were added to refs/heads/main by this push:
new ef03f8b [BUILD] Update node version to 16.x
ef03f8b is described below
commit ef03f8b941736338c615009b41da05482fd57998
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Fri Nov 19 02:41:38 2021 +0530
[BUILD] Update node version to 16.x
---
.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 1eb0434..8a3d3d9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
# Set always-auth in npmrc
always-auth: false # optional, default is false
# Version Spec of the version to use. Examples: 12.x, 10.15.1,
>=10.15.0
- node-version: 14.x # optional
+ node-version: 16.x # optional
# Target architecture for Node to use. Examples: x86, x64. Will use
system architecture by default.
architecture: x64
- run: |