Skip to content

Commit

Permalink
bump node.js 22 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
wgkassem authored Dec 29, 2024
1 parent b9f02b0 commit a94bced
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 @@ -15,12 +15,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 20
- name: Use Node.js 22
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: "20"
node-version: "22"
- name: Cache NPM dependencies
uses: actions/cache@v4
with:
Expand Down

0 comments on commit a94bced

Please sign in to comment.