Skip to content

Commit

Permalink
chore(ci): add node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed Feb 16, 2025
1 parent cb5815a commit 7a68d25
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
os: [ windows-latest, ubuntu-latest, macos-latest ]
node: [ 18, 19, 20, 21 ]
node: [ 18, 19, 20, 21, 22 ]
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4.2.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/setup-node@v4.2.0
name: Set up NodeJS
with:
node-version: 18
node-version: 22
- name: Configure Git User
run: |
git config user.email "mickael.jeanroy@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/setup-node@v4.2.0
name: Set up NodeJS
with:
node-version: 18
node-version: 22
registry-url: 'https://registry.npmjs.org'
- name: Fetch all tags
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/setup-node@v4.2.0
name: Set up NodeJS
with:
node-version: 18
node-version: 22
- name: Configure Git User
run: |
git config user.email "mickael.jeanroy@gmail.com"
Expand Down

0 comments on commit 7a68d25

Please sign in to comment.