diff --git a/.github/workflows/pr-main.yml b/.github/workflows/pr-main.yml index 05ccefd..76824b9 100644 --- a/.github/workflows/pr-main.yml +++ b/.github/workflows/pr-main.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Check if generated code is correct - uses: actions/setup-node@v3.6.0 + uses: actions/setup-node@v3.8.1 with: node-version: "16" - run: mv dist/index.js dist/index.js.new