Skip to content

Commit

Permalink
Bumping release to node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Nov 20, 2024
1 parent 69321f2 commit 45ce026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Setup Node.js 18.x
- name: Setup Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22

- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit 45ce026

Please sign in to comment.