Skip to content

Commit 4764518

Browse files
committed
chore: change nodejs to 22 LTS
1 parent 62ee9cc commit 4764518

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
# If your repository depends on submodule, please see: https://github.com/actions/checkout
1919
submodules: recursive
2020

21-
- name: Use Node.js 23
21+
- name: Use Node.js 22
2222
uses: actions/setup-node@v4
2323
with:
2424
# Examples: 20, 18.19, >=16.20.2, lts/Iron, lts/Hydrogen, *, latest, current, node
2525
# Ref: https://github.com/actions/setup-node#supported-version-syntax
26-
node-version: "23"
26+
node-version: "22"
2727

2828
- name: Cache NPM dependencies
2929
uses: actions/cache@v4

source/_posts/win-nfs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories:
88
- Experience
99
---
1010

11-
[NFS](https://en.wikipedia.org/wiki/Network_File_System) 协议在 Linux 上使用较广,Windows 其实也有官方的 [NFS 客户端](https://learn.microsoft.com/en-us/windows-server/storage/nfs/nfs-overview)只是默认没有使用,这里记录下在 Windows 使用 NFS 遇到的一些问题和解决方案。
11+
[NFS](https://en.wikipedia.org/wiki/Network_File_System) 协议在 Linux 上使用较广,Windows 其实也有官方的 [NFS 客户端](https://learn.microsoft.com/en-us/windows-server/storage/nfs/nfs-overview)只是默认没有启用,这里记录下在 Windows 使用 NFS 遇到的一些问题和解决方案。
1212

1313
<!-- more -->
1414

source/uploads/letter-d.svg

+1
Loading

0 commit comments

Comments
 (0)