Skip to content

Commit

Permalink
fix: using node20
Browse files Browse the repository at this point in the history
  • Loading branch information
owojcikiewicz committed Mar 10, 2024
1 parent 9797788 commit 19970d2
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,5 @@ inputs:
default: true

runs:
using: 'composite'
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Run Action
run: node dist/index.js
shell: bash
using: node20
main: dist/index.js

0 comments on commit 19970d2

Please sign in to comment.