Skip to content

Commit

Permalink
ci: updating node version to 20 & bump actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
carere committed Feb 16, 2024
1 parent c4e3242 commit 3d255cd
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/ci-push-release-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,23 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v2
- uses: actions/checkout@v4

- name: Install Node & pnpm
uses: carere/setup-node-and-pnpm@v1.2
with:
node-version: 18
cache: pnpm
node-version: 20
pnpm-version: 8

- name: Install dependencies
run: pnpm install
run: pnpm i

- name: Run tests
run: pnpm test

- name: Build project
run: pnpm build

- name: Release new package version
run: pnpm semantic-release
env:
Expand Down

0 comments on commit 3d255cd

Please sign in to comment.