Skip to content

Commit

Permalink
chore: update Node.js versions in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mumincelal committed Dec 23, 2024
1 parent 609a51a commit a1328a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [18.x, 20.x]
node-version: [20.x, 22.x]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
# cache: 'pnpm'

- name: Install dependencies
Expand Down

0 comments on commit a1328a4

Please sign in to comment.