Jiseoup
/
showmycode
Public
EN
|
KO
Code
Commits
Pull Requests
← Back to list
Merged
chore: bump actions/setup-node from 6 to 7
#57
dependabot[bot] · Jul 20, 2026
dependabot/github_actions/actions/setup-node-7 → main
chore
dependencies
Overview
Commits
Files changed
+1
-1
· 1
Fold all
▾
Modified
.github/workflows/ci.yml
+1
-1
@@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v7
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
with:
node-version: ${{ matrix.node-version }}
cache: npm