Skip to content

Commit

Permalink
Merge pull request #19 from qazsato/feature/upd_gha
Browse files Browse the repository at this point in the history
GitHub Actions Node 16 to 20
  • Loading branch information
qazsato authored Feb 7, 2024
2 parents ce845e3 + 6ae5ef7 commit 65f1536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, 20]
node: [18, 20]
name: Node ${{ matrix.node }} test
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 65f1536

Please sign in to comment.