Skip to content

Commit

Permalink
Update Node version to LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
deptyped authored Apr 12, 2024
1 parent 39c8e2f commit 6486dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -38,4 +38,4 @@ jobs:
target: minor
command: squash and merge
# https://github.com/ahmadnassri/action-dependabot-auto-merge#token-scope
github-token: ${{ env.token }}
github-token: ${{ env.token }}

0 comments on commit 6486dfb

Please sign in to comment.