Skip to content

Commit

Permalink
Tweaking actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnewans committed Jan 22, 2024
1 parent c64b048 commit fdc4359
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ name: Node.js CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
tags:
- '*'

jobs:
build:
Expand All @@ -16,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -31,5 +30,5 @@ jobs:
- run: npm run package
- uses: actions/upload-artifact@v4
with:
name: joshnewans.joyPanel-0.0.1.foxe
path: joshnewans.joyPanel-0.0.1.foxe
name: joshnewans.joyPanel-${{ github.ref_name }}.foxe
path: joshnewans.joyPanel-${{ github.ref_name }}.foxe

0 comments on commit fdc4359

Please sign in to comment.