Skip to content

Commit

Permalink
Switch node version to 20.x in gh actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin committed Nov 27, 2023
1 parent 4a8d8dd commit 2ffbfc2
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.8.0]
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -30,7 +30,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
node-version: [20.8.0]
node-version: [20.x]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 2ffbfc2

Please sign in to comment.