Skip to content

Commit

Permalink
chore: update versions of GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
friedjoff committed Nov 3, 2023
1 parent 69f927f commit 317ec22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
runs-on: ubuntu-latest
name: Linting
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "yarn"
- run: yarn install
Expand All @@ -19,8 +19,8 @@ jobs:
node: [18, 20]
name: Test with Next.js ${{ matrix.next }} and Node.js ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: "yarn"
Expand Down

0 comments on commit 317ec22

Please sign in to comment.