Skip to content

Commit

Permalink
Merge pull request #44 from fox-forks/hyperupcall-ci
Browse files Browse the repository at this point in the history
ci: Update actions and set minimal Node.js version to v14
  • Loading branch information
orta authored Apr 11, 2024
2 parents a04a710 + 97509ed commit 311c487
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14'
- run: yarn install
- run: npx jest

0 comments on commit 311c487

Please sign in to comment.