Skip to content

Commit

Permalink
Update Node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
pmwmedia authored Jan 3, 2025
1 parent a79a91b commit 05d83a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22

- name: Install Dependencies
run: npm install
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22

- name: Install Dependencies
run: npm install
Expand Down

0 comments on commit 05d83a1

Please sign in to comment.