Skip to content

Commit

Permalink
Merge pull request #16 from nemuvski/add-nodejs-version
Browse files Browse the repository at this point in the history
テスト時にnode.js v20でも実施する
  • Loading branch information
nemuvski authored Jan 31, 2024
2 parents 3cb0d43 + e4c0394 commit fa2d6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18]
node: [16, 18, 20]
name: Testing on Node.js ${{ matrix.node }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fa2d6bb

Please sign in to comment.