Skip to content

Commit

Permalink
fix: bump node version in ci (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenos authored Jun 14, 2024
1 parent f641d5e commit 2815b23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: ['18']
node: ['20']

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: ['18']
node: ['20']

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Release / Node ${{ matrix.node }}
strategy:
matrix:
node: ['18']
node: ['20']

runs-on: ubuntu-latest

Expand Down

0 comments on commit 2815b23

Please sign in to comment.