From a64d22d7d76f2480cba9e6404ca59675b7bbf7bd Mon Sep 17 00:00:00 2001 From: Robert Kieffer Date: Fri, 5 Jul 2024 17:53:21 -0700 Subject: [PATCH] ci: update setup-node action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a41ac5..e291f8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - run: npm ci