diff --git a/.github/workflows/commenter.yml b/.github/workflows/commenter.yml index 89f92e33..7b76e5fb 100644 --- a/.github/workflows/commenter.yml +++ b/.github/workflows/commenter.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Use Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 - run: npm install - run: | node lib/comment.js --diff | tee -a results.txt diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 5bb9316a..19b4443d 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Use Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '24' registry-url: 'https://registry.npmjs.org'