Skip to content

Commit

Permalink
ci: update action versions to use node 20 runtime (#543)
Browse files Browse the repository at this point in the history
zepeng811 authored Jul 2, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 8f60523 commit 405fca5
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -23,8 +23,8 @@ jobs:
env:
NODE_ENV: test
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16"
cache: "npm"
4 changes: 2 additions & 2 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
@@ -17,8 +17,8 @@ jobs:
env:
NODE_ENV: test
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16"
cache: "npm"

0 comments on commit 405fca5

Please sign in to comment.