diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index ede007f9..01b2de8e 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-node@v4.0.2 with: - node-version: "18" + node-version: "20" registry-url: "https://registry.npmjs.org" - run: npm install -g npm