Skip to content

Commit

Permalink
ci: Upgrade node from 16 to 20.
Browse files Browse the repository at this point in the history
The GitHub 'node16' CI infrastructure is going away this spring:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Fixes #74
  • Loading branch information
jsirois committed Feb 18, 2024
1 parent 2692852 commit 5386b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ outputs:
created_at:
description: The date and time the pipeline was created.
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 5386b18

Please sign in to comment.