Skip to content

Commit

Permalink
chore: use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe committed Jan 18, 2024
1 parent f66aff6 commit 2553baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cleanup-on-create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Remove Helper Files
run: |
rm -rf \
Expand Down

0 comments on commit 2553baa

Please sign in to comment.