Skip to content

Commit

Permalink
🚀 meta: upgrade GitHub Actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
babichjacob committed Oct 16, 2024
1 parent ae91b52 commit b1f2b29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ jobs:
publish:
strategy:
matrix:
node-version: [18]
node-version: [22]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org/
- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v4.0.0
with:
version: 7.x
version: 9.x
- run: pnpm install
- run: pnpm check
- run: pnpm -r publish --access public --no-git-checks
Expand Down

0 comments on commit b1f2b29

Please sign in to comment.