Skip to content

Commit

Permalink
feat: enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkor committed Dec 17, 2024
1 parent 1fde639 commit de62c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Install packages
run: apt-get update && apt-get install -y rsync git
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v3
- name: Install dependencies
run: npm ci && npm install -g @vercel/ncc
- name: Build release
Expand Down

0 comments on commit de62c8d

Please sign in to comment.