diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 54a80d4..67d0d73 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -18,10 +18,10 @@ jobs: with: ref: main - - name: Use Node.js 18.x + - name: Use Node.js 20.x uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x registry-url: 'https://registry.npmjs.org' - name: Install NPM Dependencies diff --git a/.github/workflows/webpack.yaml b/.github/workflows/webpack.yaml index aff79cb..194f65e 100644 --- a/.github/workflows/webpack.yaml +++ b/.github/workflows/webpack.yaml @@ -19,10 +19,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Use Node.js 18.x + - name: Use Node.js 20.x uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x registry-url: 'https://registry.npmjs.org' - name: Install NPM Dependencies