Skip to content

Commit

Permalink
ci: bump actions/checkout, actions/setup-node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
VChet committed Dec 10, 2023
1 parent 49a3cc0 commit 549ef8d
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 @@ -11,8 +11,8 @@ jobs:
lint:
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: "18"
- run: npm ci
Expand All @@ -23,8 +23,8 @@ jobs:
matrix:
node-version: ["18", "20"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down

0 comments on commit 549ef8d

Please sign in to comment.