diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 561d46a24..10ce22f0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,9 +23,7 @@ jobs: - name: Get Latest uses: actions/setup-node@v4 with: - node-version: 18.x - - name: NPM ^9.5.0 - run: npm i -g npm@^9.5.0 --registry=https://registry.npmjs.org + node-version: 20.x - uses: actions/checkout@v4 - name: Restore Dependency Cache uses: actions/cache@v4 @@ -38,9 +36,7 @@ jobs: steps: - uses: actions/setup-node@v4 with: - node-version: 18.x - - name: NPM ^9.5.0 - run: npm i -g npm@^9.5.0 --registry=https://registry.npmjs.org + node-version: 20.x - uses: actions/checkout@v4 - name: Restore Dependency Cache uses: actions/cache@v4 @@ -59,9 +55,7 @@ jobs: steps: - uses: actions/setup-node@v4 with: - node-version: 18.x - - name: NPM ^9.5.0 - run: npm i -g npm@^9.5.0 --registry=https://registry.npmjs.org + node-version: 20.x - uses: actions/checkout@v4 - name: Restore Dependency Cache uses: actions/cache@v4 @@ -82,9 +76,7 @@ jobs: steps: - uses: actions/setup-node@v4 with: - node-version: 18.x - - name: NPM ^9.5.0 - run: npm i -g npm@^9.5.0 --registry=https://registry.npmjs.org + node-version: 20.x - uses: actions/checkout@v4 - name: Restore Dependency Cache uses: actions/cache@v4 @@ -110,9 +102,7 @@ jobs: - run: sudo xcode-select --switch ${{ matrix.xcode }} - uses: actions/setup-node@v4 with: - node-version: 18.x - - name: NPM ^9.5.0 - run: npm i -g npm@^9.5.0 --registry=https://registry.npmjs.org + node-version: 20.x - uses: actions/checkout@v4 - name: Restore Dependency Cache uses: actions/cache@v4 @@ -133,14 +123,12 @@ jobs: steps: - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - name: set up JDK 17 uses: actions/setup-java@v4 with: java-version: '17' distribution: 'zulu' - - name: NPM ^9.5.0 - run: npm i -g npm@^9.5.0 --registry=https://registry.npmjs.org - uses: actions/checkout@v4 - name: Restore Dependency Cache uses: actions/cache@v4 diff --git a/.github/workflows/publish-ios.yml b/.github/workflows/publish-ios.yml index 360d473ef..f92d7aa51 100644 --- a/.github/workflows/publish-ios.yml +++ b/.github/workflows/publish-ios.yml @@ -15,9 +15,7 @@ jobs: - run: sudo xcode-select --switch /Applications/Xcode_16.app - uses: actions/setup-node@v4 with: - node-version: 18.x - - name: NPM ^9.5.0 - run: npm i -g npm@^9.5.0 --registry=https://registry.npmjs.org + node-version: 20.x - uses: actions/checkout@v4 with: fetch-depth: 0