Skip to content

Commit

Permalink
NodeJS 22.4.1
Browse files Browse the repository at this point in the history
参考:npm/cli#7657
  • Loading branch information
ItsFated committed Jul 18, 2024
1 parent 3cf8108 commit 8ebca80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
# If your repository depends on submodule, please see: https://github.com/actions/checkout
submodules: recursive
- name: Use Node.js 22
- name: Use Node.js 22.4.1
uses: actions/setup-node@v4
with:
# Examples: 20, 18.19, >=16.20.2, lts/Iron, lts/Hydrogen, *, latest, current, node
# Ref: https://github.com/actions/setup-node#supported-version-syntax
node-version: "22"
node-version: "22.4.1"
- name: Cache NPM dependencies
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 8ebca80

Please sign in to comment.