From 2c40812b931f56195d8b20877c2eeabf2e2d479b Mon Sep 17 00:00:00 2001 From: Brian C Date: Wed, 8 May 2024 07:18:57 +1000 Subject: [PATCH] bump the version --- .github/workflows/build.yml | 2 +- .github/workflows/npm-publish.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c20ae60..8fc0215 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - name: Checkout repository diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 70b89b4..25bb803 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 20 registry-url: https://registry.npmjs.org/ - run: yarn diff --git a/package.json b/package.json index 61f3263..56bbe23 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-ft-flow", "description": "Flowtype linting rules for ESLint by flow-typed", - "version": "3.0.8", + "version": "3.0.9", "license": "MIT", "main": "./dist/index.js", "repository": {