Skip to content

Commit

Permalink
Update GitHub Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 18, 2024
1 parent 0b27053 commit 2eea95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/[email protected]

- name: Set up node
uses: actions/setup-node@v3
uses: actions/setup-node@v4.0.2

- name: Compile
run: yarn && yarn build
Expand All @@ -26,7 +26,7 @@ jobs:
uses: actions/[email protected]

- name: Set up node
uses: actions/setup-node@v3
uses: actions/setup-node@v4.0.2

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 2eea95b

Please sign in to comment.