Skip to content

Commit

Permalink
chore: Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
treoden committed Jan 3, 2025
1 parent da4e8a7 commit a6e3783
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 @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '14', '15']
node: [ '18']
name: Node ${{ matrix.node }}

# env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '18', '20']
node: [ '20', '22']
name: Node ${{ matrix.node }}

# env:
Expand Down

0 comments on commit a6e3783

Please sign in to comment.