Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tokenshift authored Aug 17, 2023
1 parent 6053a7c commit 8a11331
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -25,15 +25,10 @@ jobs:
- run: npm install
- run: npm run build
- name: Upload build artifacts
uses: actions/[email protected]
with:
name: styles.css
path: styles.css
retention-days: 14
- name: Upload build artifacts (2)
uses: actions/[email protected]
with:
path: |
main.js
manifest.json
styles.css
retention-days: 14

0 comments on commit 8a11331

Please sign in to comment.