Skip to content

Commit

Permalink
clean up action workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
Waterclone committed Aug 31, 2023
1 parent 16a57f3 commit 27df10e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- feature

env:
NODE_VERSION: '16.x'
NODE_VERSION: "16.x"

jobs:
build:
Expand All @@ -26,9 +26,3 @@ jobs:

- name: Run Tests
run: npm test

- name: Upload artifact for deployment
uses: actions/upload-artifact@v2
with:
name: node-app
path: .

0 comments on commit 27df10e

Please sign in to comment.