diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 63abb4b..0f17a41 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -34,10 +34,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Use Node.js 20 + - name: Use Node.js 22 uses: actions/setup-node@v3 with: - node-version: '20' + node-version: '22' cache: npm - run: npm ci - run: npm run semantic-release