Skip to content

Commit

Permalink
Updated github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinWilloughby committed Aug 20, 2024
1 parent 6806621 commit e6023e5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
node-version: '20.x'
- run: npm ci
- run: npm run build --if-present
- run: npm test

0 comments on commit e6023e5

Please sign in to comment.