Skip to content

Commit

Permalink
Merge pull request hmanzur#13 from hostwithquantum/update-node
Browse files Browse the repository at this point in the history
chore: update to node20
  • Loading branch information
till authored Nov 6, 2023
2 parents 1e56cf4 + 60b99e4 commit c793e49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: ${{ secrets.NODE_VERSION }}

- run: npm install
- run: npm ci
- run: npm run lint

build:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ outputs:
description: Response data

runs:
using: 'node12'
main: 'dist/index.js'
using: 'node20'
main: 'dist/index.js'

0 comments on commit c793e49

Please sign in to comment.