Skip to content

Commit

Permalink
update ci name
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceninja committed Nov 14, 2024
1 parent e85ae09 commit 26d9fce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'
Expand Down

0 comments on commit 26d9fce

Please sign in to comment.