Skip to content

Commit

Permalink
ci: pin nodejs to v20 (Node.js 16 actions are deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
srackham committed Feb 8, 2024
1 parent de8a62c commit fc404da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
deno-version: [1.40.3]
node-version: [16.x]
node-version: [20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout repository
Expand Down

0 comments on commit fc404da

Please sign in to comment.