Skip to content

Commit

Permalink
ci: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsevdos committed Oct 23, 2024
1 parent 666f33e commit a894c1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
name: Checking code changes in node version ➡️ ${{ matrix.node }} 💻
steps:
- name: Checkout code 📥
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install node 💻
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
name: Checking code changes in bun version ➡️ ${{ matrix.bun }} 🍙
steps:
- name: Checkout code 📥
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install bun 🍙
uses: oven-sh/setup-bun@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code 📥
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up node 💻
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20

Expand Down

0 comments on commit a894c1c

Please sign in to comment.