Skip to content

Commit

Permalink
CI: actions v4, setup-node v3 (#3035)
Browse files Browse the repository at this point in the history
  • Loading branch information
satelllte authored Oct 21, 2023
1 parent de8efe9 commit e57b81c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit e57b81c

Please sign in to comment.