Skip to content

Commit

Permalink
Merge pull request #102 from port-labs/PORT-6928-update-port-github-a…
Browse files Browse the repository at this point in the history
…ction-to-node-20

Node 20
  • Loading branch information
yairsimantov20 authored Apr 28, 2024
2 parents 8129a5e + 806e734 commit 3afd174
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 12 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.12.2
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ outputs:
entities:
description: 'When using SEARCH operation, this is entities array output'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'arrow-right'
Expand Down
36 changes: 27 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "port-github-action",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"main": "lib/index.js",
"engines": {
"node": ">=20"
},
"scripts": {
"build": "tsc",
"format": "prettier --write '**/*.ts'",
Expand Down Expand Up @@ -32,7 +35,7 @@
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
"@tsconfig/node16": "^1.0.3",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/node": "^20.12.2",
"@vercel/ncc": "^0.34.0",
"cross-env": "^7.0.3",
"eslint": "8.32.0",
Expand Down

0 comments on commit 3afd174

Please sign in to comment.