Skip to content

Commit

Permalink
ci: use Node.js 18 in Types workfow
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Oct 28, 2024
1 parent b898eda commit 1be205a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [16]
node: [18]
typescript: ["4.6", "4.7", "4.8", "4.9", "5.0"]

steps:
Expand Down

0 comments on commit 1be205a

Please sign in to comment.