Skip to content

Commit

Permalink
refactor: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuki-joto committed Oct 24, 2023
1 parent def6908 commit 88c3e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- main

push:
branches:
- main
Expand All @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '16' ]
node: [ '18' ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 88c3e74

Please sign in to comment.