diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30325e83..5b335ba0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,10 +42,10 @@ jobs: - name: Checkout 🧰 uses: actions/checkout@v3 - - name: Set up NodeJS 17 💎 + - name: Set up NodeJS 18 💎 uses: actions/setup-node@v3 with: - node-version: 17 + node-version: 18 - name: Set up Python 3.10 🐍 uses: actions/setup-python@v3