Skip to content

Commit

Permalink
Update node version and changed compiler (#193)
Browse files Browse the repository at this point in the history
* feat: change compiler to @vercel/ncc

* chore: upgrage to node20
  • Loading branch information
nabadeep25 authored Apr 2, 2024
1 parent 57352a2 commit 1910fd2
Show file tree
Hide file tree
Showing 4 changed files with 3,762 additions and 3,746 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ inputs:
description: 'Allows for a comma delineated Regex String that matches files to include in the deployment'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'upload-cloud'
Expand Down
Loading

0 comments on commit 1910fd2

Please sign in to comment.