From 3e760e7442b3e03ecd433d8e9630174977728897 Mon Sep 17 00:00:00 2001 From: iamrosada Date: Wed, 1 Nov 2023 00:43:26 +0300 Subject: [PATCH] fix: remove some stuff --- .github/workflows/publish.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 83af2d2..60a6716 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,3 +1,6 @@ +# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node +# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions + name: Node.js CI on: @@ -13,7 +16,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [10.x, 12.x, 14.x, 18.x] os: [ubuntu-latest, windows-latest] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ @@ -38,4 +41,4 @@ jobs: - run: npm ci env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file