Skip to content

Commit

Permalink
Add first workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
WRSG-Goncalves committed Sep 19, 2024
1 parent c70c81f commit 1d91ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- name: Using Node.js
uses: actions/setup-node@v2
with:
node-version: 16.
node-version: 18.
- name: run install, build and test
run: |
npm install
npm run build
npm run build
npm run test

0 comments on commit 1d91ac5

Please sign in to comment.