diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml index bb91308c..ad85fd39 100644 --- a/.github/workflows/export.yml +++ b/.github/workflows/export.yml @@ -12,11 +12,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@v2.3.1 - - name: Use Node.js 14.x - uses: actions/setup-node@v1 + uses: actions/checkout@v4 + - name: Use Node.js + uses: actions/setup-node@v4 with: - node-version: '14.x' + node-version: '23.x' - name: Installing my packages run: npm ci - name: Build my App