Skip to content

Commit

Permalink
setup node 20 on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Feb 16, 2024
1 parent 27fdaad commit 0ae71c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout 🛎
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Update version badges 🏷
run: npx -p dependency-version-badge update-badge cypress
Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ jobs:

steps:
- name: Checkout 🛎
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node 20
uses: actions/setup-node@v4
with:
node-version: 20

- name: Cypress tests 🧪
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
# check types
build: npm run lint
Expand All @@ -20,7 +25,8 @@ jobs:

- name: Semantic Release 🚀
if: github.ref == 'refs/heads/main'
uses: cycjimmy/semantic-release-action@v3
# https://github.com/cycjimmy/semantic-release-action
uses: cycjimmy/semantic-release-action@v4
with:
branches: main
env:
Expand Down

0 comments on commit 0ae71c9

Please sign in to comment.