Skip to content

Commit

Permalink
bump LTS version of node in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pedep committed Nov 2, 2023
1 parent 7ee07a3 commit fc8b39a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

env:
FORCE_COLOR: true
NODE_VERSION: latest
NODE_VERSION: 20

jobs:
setup:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:

strategy:
matrix:
node_version: [16, 18]
node_version: [18, 20]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fc8b39a

Please sign in to comment.