Skip to content

Commit 7ef5140

Browse files
authored
Merge pull request #18 from Djontleman/master
update action to Node 20 and bump packages
2 parents e845bf7 + 6d67ab8 commit 7ef5140

File tree

10 files changed

+28163
-14995
lines changed

10 files changed

+28163
-14995
lines changed

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: '16'
16+
node-version: '20'
1717
- name: Build with ncc
1818
run: |
1919
npm install -g yarn

.github/workflows/retrieve-logs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/setup-node@v3
2828
with:
29-
node-version: '16'
29+
node-version: '20'
3030
- name: Some command with npx
3131
run: |
3232
npx create-react-app example-app

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.20.0
1+
20

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"editor.codeActionsOnSave": {
3-
"source.fixAll.eslint": true
3+
"source.fixAll.eslint": "explicit"
44
},
55
"eslint.format.enable": true,
66
"[typescript]": {

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ outputs:
6868
- `json-output`: JSON logs formatted as: '{"<job-name>": [{"<datetime>": "<message>"}]'
6969
7070
runs:
71-
using: 'node16'
71+
using: 'node20'
7272
main: 'dist/index.js'
7373

7474
branding:

dist/index.js

Lines changed: 27731 additions & 6442 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)