Skip to content

Commit

Permalink
update node used in cicd to 18 (#3774)
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert authored Mar 27, 2024
1 parent 948d774 commit 25b5821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- name: '[Prep 2] Setup Node'
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18'

- name: '[Prep 3] Cache node modules'
uses: actions/cache@v2
Expand Down

0 comments on commit 25b5821

Please sign in to comment.