Skip to content

Commit

Permalink
Drops version from name on Node.js build step
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Hammond <[email protected]>
  • Loading branch information
ralexmatthews and Justintime50 authored Jul 24, 2024
1 parent cffb5a5 commit 79ec7be
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 @@ -14,7 +14,7 @@ jobs:
node-version: [12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js 22.x To Build
- name: Use Node.js To Build
uses: actions/setup-node@v3
with:
node-version: 22.x
Expand Down

0 comments on commit 79ec7be

Please sign in to comment.