Skip to content

Commit

Permalink
Bump Node from 16 to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Sep 12, 2023
1 parent 48fe841 commit 24a8d92
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3.8.1
with:
node-version: '16'
node-version: '20'

- name: Setup pnpm
run: npm install -g pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-iamlive-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3.8.1
with:
node-version: '16'
node-version: '20'

- name: Setup pnpm
run: npm install --location=global pnpm
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3.8.1
with:
node-version: '16'
node-version: '20'

- name: Setup Python
uses: actions/setup-python@v4.7.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3.8.1
with:
node-version: '16'
node-version: '20'

- name: Setup pnpm
run: npm install --location=global pnpm
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ outputs:
iamlive-version:
description: 'The iamlive version that was installed'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
post: 'dist/capture-policy/index.js'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"find-process": "^1.4.7"
},
"devDependencies": {
"@tsconfig/node16": "^16.1.1",
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.6.0",
"@vercel/ncc": "^0.38.0",
"typescript": "^5.2.2"
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@tsconfig/node16/tsconfig.json"
"extends": "@tsconfig/node20/tsconfig.json"
}

0 comments on commit 24a8d92

Please sign in to comment.