Skip to content

Commit

Permalink
temporarily pin node 18.15 nodejs/node#47563
Browse files Browse the repository at this point in the history
  • Loading branch information
ndepaola committed Jul 27, 2023
1 parent ebe39d9 commit a12811f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test-frontend/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: Install npm
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 18.15
- name: Compile frontend
working-directory: frontend
run: |
Expand Down

0 comments on commit a12811f

Please sign in to comment.