Skip to content

Commit

Permalink
Update to Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris authored Jan 1, 2025
1 parent d3de045 commit bd3444b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [16]
node_version: [22]
os: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [16]
node_version: [22]
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit bd3444b

Please sign in to comment.