Skip to content

Commit bfad899

Browse files
committed
ci(ci.yml): set version v3 to actions/setup-node
1 parent 32ffa7f commit bfad899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: ⬇️ Checkout
2626
uses: actions/checkout@v3
2727
- name: ⎔ Setup node ${{ matrix.node }}
28-
uses: actions/setup-node@v2
28+
uses: actions/setup-node@v3
2929
with:
3030
node-version: ${{ matrix.node }}
3131
cache: npm

0 commit comments

Comments
 (0)