diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 0a2c575..a3b6397 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -22,6 +22,11 @@ jobs: - name: Checkout 🛎️ uses: actions/checkout@v3 + - name: Setup Node.js environment + uses: actions/setup-node@v4.0.4 + with: + node-version: 20 + - name: Cache dependencies uses: actions/cache@v2 with: