Skip to content

Commit

Permalink
Try to fix workflow error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddycai committed Aug 20, 2023
1 parent 33a5304 commit 96fa126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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: chord-transposer CI
name: chord-transposer-lib CI

on:
push:
Expand All @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [14.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 96fa126

Please sign in to comment.