Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kanongil committed Mar 15, 2024
1 parent dd632ad commit 90237b9
Show file tree
Hide file tree
Showing 3 changed files with 2,764 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
hapi: [21]

runs-on: ubuntu-latest
name: Test node@${{ matrix.node }} hapi@${{ matrix.hapi }}
name: Test node@${{ matrix.node-version }} hapi@${{ matrix.hapi }}
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
check-latest: ${{ matrix.node-version == 'latest' }}
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/node_modules/
/package-lock.json
/coverage.html
Loading

0 comments on commit 90237b9

Please sign in to comment.