Skip to content

Commit 543f7c7

Browse files
committed
chore: remove unsupported Node.js version from GitHub workflow
1 parent 2755276 commit 543f7c7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Node.js 18
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 18
27+
node-version: 20
2828

2929
- name: Install dependencies
3030
run: |
@@ -46,8 +46,8 @@ jobs:
4646
strategy:
4747
fail-fast: false # doesn't stop on first failure
4848
matrix:
49-
os: [ubuntu-latest, windows-latest]
50-
node-version: [18, 20, 22]
49+
os: [ubuntu-latest]
50+
node-version: [20, 22]
5151
runs-on: ${{ matrix.os }}
5252
steps:
5353
- name: Checkout repository

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![npm](https://img.shields.io/npm/v/flaget?logo=npm&color=brightgreen "npm package")](https://www.npmjs.com/package/ansis "download npm package")
22
[![node](https://img.shields.io/node/v/flaget)](https://nodejs.org)
33
[![Test](https://github.com/webdiscus/flaget/actions/workflows/test.yml/badge.svg)](https://github.com/webdiscus/flaget/actions/workflows/test.yml)
4-
[![codecov](https://codecov.io/gh/webdiscus/flaget/branch/master/graph/badge.svg?token=H7SFJONX1X)](https://codecov.io/gh/webdiscus/flaget)
4+
[![codecov](https://codecov.io/gh/webdiscus/flaget/graph/badge.svg?token=ETZKAUG7D3)](https://codecov.io/gh/webdiscus/flaget)
55
[![install size](https://packagephobia.com/badge?p=flaget)](https://packagephobia.com/result?p=flaget)
66

77
<h1 align="center">

0 commit comments

Comments
 (0)