diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 08cd23a..9df3abb 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,10 +10,10 @@ jobs: build-docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: '16.x' + node-version: '20.x' - run: npm ci - run: npm run build - run: npm run pr diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c22e0d..4852f8e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,10 +15,10 @@ jobs: name: Release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: '20.x' - run: npm ci - run: npm run build - run: npx semantic-release