Skip to content

Commit

Permalink
Update GH actions for test workflow, use npm ci
Browse files Browse the repository at this point in the history
npm ci ensures a clean install and no updates to the lockfile.
  • Loading branch information
mikkopiu authored Apr 19, 2023
1 parent 967d435 commit aa0498a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Use Node.js v18
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Check out repository code
uses: actions/checkout@v2

- run: npm install
- run: npm ci
- run: npm run full

0 comments on commit aa0498a

Please sign in to comment.