diff --git a/.github/workflows/pr-main.yml b/.github/workflows/pr-main.yml index 1a41319..300855d 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.2.0 + uses: actions/setup-node@v3.3.0 with: node-version: "16" - run: mv dist/index.js dist/index.js.new