Skip to content

Commit

Permalink
fix(ci): update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jan 20, 2024
1 parent d16b8cc commit 8aa4a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
matrix:
nodejs: [6, 8, 10, 12, 14]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.nodejs }}

Expand Down

0 comments on commit 8aa4a69

Please sign in to comment.