Skip to content

Commit 277f0e9

Browse files
committed
use composite action
1 parent 245e2cd commit 277f0e9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,7 @@ jobs:
192192
- name: Checkout
193193
uses: actions/checkout@v3
194194

195-
- uses: buildjet/setup-node@v3
196-
with:
197-
node-version: 16.16.0
198-
cache-dependency-path: site/yarn.lock
199-
195+
- uses: ./.github/actions/setup-node
200196
- uses: buildjet/setup-go@v4
201197
with:
202198
# This doesn't need caching. It's super fast anyways!

0 commit comments

Comments
 (0)