diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 551cf631..a9a64e59 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 - name: npm install, build, and test run: | npm cit