Skip to content

Commit

Permalink
Update npm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus authored Aug 25, 2023
1 parent ee04f4b commit 32011aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ permissions: {}
jobs:

check:
name: Build with NPM
name: Build with npm
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Setup
uses: actions/setup-node@v3
with:
node-version: 14
- name: Build
Expand Down

0 comments on commit 32011aa

Please sign in to comment.