Skip to content

Commit

Permalink
update actions (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Sep 26, 2024
1 parent 1e34ba8 commit 4c498a5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@ on: [push, pull_request]

jobs:
test:

runs-on: ubuntu-latest

timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Run npm steps
run: |
npm install
Expand Down

0 comments on commit 4c498a5

Please sign in to comment.