diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 0ee0998b..3f442104 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -7,7 +7,7 @@ runs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '18.20.1' - name: Cache node modules id: cache-npm diff --git a/.github/workflows/beta-pack.yml b/.github/workflows/beta-pack.yml index 96ea6ac1..8e232ec2 100644 --- a/.github/workflows/beta-pack.yml +++ b/.github/workflows/beta-pack.yml @@ -19,7 +19,7 @@ jobs: # - name: Install Node.js # uses: actions/setup-node@v4 # with: - # node-version: '18' + # node-version: 20 # - name: Cache file # uses: actions/cache@v4 diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 3e4b3489..852f0dbc 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -16,7 +16,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: 20 - name: Install Dependencies run: npm ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68a646cd..6b402797 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: # - name: Install Node.js # uses: actions/setup-node@v4 # with: - # node-version: '18' + # node-version: 20 # - name: Cache file # uses: actions/cache@v4