Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Build the site in the jekyll/builder container
uses: actions/setup-node@v2.1.5
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
# 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: 16.x # optional
# Version Spec of the version to use. Examples: 22.x, 20.15.1, >=20.15.0
node-version: 22.x # optional
# Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default.
architecture: x64
- run: |
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ There are documentation related commits in the gulp repo in the last six months.

### NodeJs

16.x is currently used. 16.x will be end of life by 2022.
22.x is currently used (upgraded from 16.x in 2024).

see [nodejs release policy](https://nodejs.org/en/about/releases/)

> **Recommendation:** Try to switch to nodejs 18.x in future.
> **Note:** Successfully upgraded to Node.js 22.x LTS for better security and performance.

### CSS dependencies

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Install [node.js and npm](https://nodejs.org/).

Recommended: Node 16.x, npm 8.x. Node 19.x is not supported yet.
Recommended: Node 22.x, npm 10.x.

### Gulp

Expand Down
6 changes: 3 additions & 3 deletions _src/assets/img/avatars/.metadata/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fmakari:
etag: '"4451d0e84bed47fb139c508e1b5e4a08e051fe45439ae952b67bbdcb87cf0ff2"'
last_modified: Fri, 28 Apr 2017 12:15:44 GMT
fschueler:
etag:
etag:
last_modified: Tue, 24 Sep 2013 14:46:00 GMT
frreiss:
etag: '"1674414a6a0c7949af322ba32f28de49d5002a9ff3d6c9f9bc1b2839e2b16a96"'
Expand All @@ -42,7 +42,7 @@ hsaputra:
etag: '"9a3fcfa4a9944c4c377376c84f325c3a5795776a6f07ecf05f908e6ab2833919"'
last_modified: Mon, 02 Feb 2015 20:49:52 GMT
holdenk:
etag:
etag:
last_modified: Tue, 04 Dec 2012 02:21:02 GMT
j143:
etag: '"56d0b022238cbd3a259721f3aa44bbfa40a45ee9e9e81ba279b1cc04867cff0b"'
Expand Down Expand Up @@ -72,7 +72,7 @@ nakul02:
etag: '"3a4ee7985ef9fe366e0f3ca4af9d1e2f5bcaf9ebb2b247e1c05f29168fbee4a6"'
last_modified: Fri, 08 Jan 2016 02:21:34 GMT
niketanpansare:
etag:
etag:
last_modified: Sun, 15 Jun 2014 16:05:04 GMT
OlgaOvcharenko:
etag: '"870478e44146c49681f269297b5ec813271a55c836d06e7efb24b722a04b5fd6"'
Expand Down
Loading
Loading