Skip to content

Commit

Permalink
Upgrade used actions to use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
peace-maker committed Apr 29, 2024
1 parent 8b94a97 commit 5a1face
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:

name: Node.js ${{ matrix.node }} build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: "yarn"
Expand Down Expand Up @@ -76,9 +76,9 @@ jobs:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Node.js 18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: "yarn"
Expand Down

0 comments on commit 5a1face

Please sign in to comment.