Skip to content

Commit

Permalink
fix: remove some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrosada committed Oct 31, 2023
1 parent 3e1c580 commit 3e760e7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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/

Expand All @@ -38,4 +41,4 @@ jobs:
- run: npm ci
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3e760e7

Please sign in to comment.