dependabot[bot]
2025-12-25 11ab6da80c31ac3edaf670c226bc66559c475548
.github/workflows/ci.yaml
@@ -19,17 +19,17 @@
    permissions:
      contents: write
    steps:
      - uses: actions/checkout@v4
      - uses: actions/checkout@v6
        with:
          fetch-depth: 0
      - name: Setup Node
        uses: actions/setup-node@v4
        uses: actions/setup-node@v6
        with:
          node-version: 20
          node-version: 22
      - name: Cache dependencies
        uses: actions/cache@v4
        uses: actions/cache@v5
        with:
          path: ~/.npm
          key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -53,13 +53,13 @@
    permissions:
      contents: write
    steps:
      - uses: actions/checkout@v4
      - uses: actions/checkout@v6
        with:
          fetch-depth: 0
      - name: Setup Node
        uses: actions/setup-node@v4
        uses: actions/setup-node@v6
        with:
          node-version: 20
          node-version: 22
      - name: Get package version
        run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV
      - name: Create release tag