Skip to content

Commit

Permalink
bump other actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fkhadra committed Nov 25, 2024
1 parent 93eb2f2 commit 14387b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@4.2.2
- name: Install node
uses: actions/setup-node@v1
uses: actions/setup-node@v4.1.0
with:
node-version: '18.x'
node-version: '22.x'
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
Expand Down

0 comments on commit 14387b6

Please sign in to comment.