Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Aug 14, 2024
1 parent 8afb262 commit 9b2d13f
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@ name: Test

on: [push, pull_request]

permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: npm run install
run: npm run install
- name: npm test
run: npm test
- name: npm run compile
run: npm run compile
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm run install
- run: npm test
- run: npm run compile

0 comments on commit 9b2d13f

Please sign in to comment.