Skip to content

Commit

Permalink
Merge pull request #18 from Djontleman/master
Browse files Browse the repository at this point in the history
update action to Node 20 and bump packages
  • Loading branch information
fbiesse authored Jun 19, 2024
2 parents e845bf7 + 6d67ab8 commit 7ef5140
Show file tree
Hide file tree
Showing 10 changed files with 28,163 additions and 14,995 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
- name: Build with ncc
run: |
npm install -g yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/retrieve-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
- name: Some command with npx
run: |
npx create-react-app example-app
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.20.0
20
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.format.enable": true,
"[typescript]": {
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ outputs:
- `json-output`: JSON logs formatted as: '{"<job-name>": [{"<datetime>": "<message>"}]'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

branding:
Expand Down
34,173 changes: 27,731 additions & 6,442 deletions dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 7ef5140

Please sign in to comment.