Skip to content

Commit

Permalink
ci: pin node
Browse files Browse the repository at this point in the history
  • Loading branch information
ethyla committed Sep 18, 2024
1 parent 57bdc33 commit bd98a25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v1
with:
node-version: "10.24.1"
- name: Cache npm dependencies
uses: actions/cache@v1
with:
Expand Down

0 comments on commit bd98a25

Please sign in to comment.