Skip to content

Commit

Permalink
CI: switch to Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 23, 2023
1 parent 3941aee commit 056a3ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
FORCE_COLOR: 2
NODE_LTS: 18 # used for linting and publish
NODE_LTS: 20 # used for linting and publish

jobs:
lint:
Expand Down Expand Up @@ -78,7 +78,6 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [18]

steps:
- name: Clone repository
Expand All @@ -89,7 +88,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
node-version: ${{ env.NODE_LTS }}
cache: npm

- name: Install npm dependencies
Expand Down

0 comments on commit 056a3ab

Please sign in to comment.