Skip to content

Commit

Permalink
ci: upgrade github actions version (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan authored Aug 15, 2024
1 parent c77dbac commit 1e966ee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:

steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
uses: actions/setup-node@v4
- name: Install
run: yarn
- name: Build
Expand Down

0 comments on commit 1e966ee

Please sign in to comment.