Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Senryoku/smol-string into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Senryoku committed Apr 23, 2024
2 parents 9e60542 + 2a769f5 commit 1a6101f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ts-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.x]
node-version: [20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

runs-on: ${{ matrix.os }}
Expand All @@ -23,7 +23,7 @@ jobs:
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 }}
cache: "npm"
Expand Down

0 comments on commit 1a6101f

Please sign in to comment.