diff --git a/.github/workflows/snap.yml b/.github/workflows/snap.yml index 67ec6611..f60da861 100644 --- a/.github/workflows/snap.yml +++ b/.github/workflows/snap.yml @@ -24,7 +24,7 @@ jobs: - name: Install Node.js and NPM uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Build run: npm ci @@ -49,7 +49,7 @@ jobs: - name: Install Node.js and NPM uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Build run: npm ci