Skip to content

Commit

Permalink
chore: upgrade github actions (#143)
Browse files Browse the repository at this point in the history
* Update ci.yml

---------

Signed-off-by: 唯然 <[email protected]>
  • Loading branch information
aladdin-add committed Dec 27, 2023
1 parent 737eb25 commit de34faf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -10,8 +10,8 @@ jobs:
name: Verify Files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install Packages
Expand All @@ -32,8 +32,8 @@ jobs:
node: "lts/*"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Install Packages
Expand Down

0 comments on commit de34faf

Please sign in to comment.