Skip to content

Commit

Permalink
chore: update .github/workfows for node-version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Nov 25, 2023
1 parent 1ecb8e7 commit b3932a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ on:

env:
FORCE_COLOR: 2
NODE: 18
NODE: 20

jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest, macOS-latest]
node-version: [18.x]
node-version: [20.x]
runs-on: ${{ matrix.platform }}
steps:
- name: Clone repository
Expand Down

0 comments on commit b3932a7

Please sign in to comment.