Skip to content

Commit

Permalink
Update node to 22 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
huangsam committed Dec 21, 2024
1 parent a243d16 commit 7c69897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
node-build:
name: Node 20
name: Node 22
runs-on: ubuntu-latest

steps:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Set up Node LTS
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Install dependencies
run: |
npm install -g yarn
Expand Down

0 comments on commit 7c69897

Please sign in to comment.