Skip to content

Commit

Permalink
Use Node 20 (#10)
Browse files Browse the repository at this point in the history
* Update action.yml and development dependencies to node20
* Bump versions of used github actions in the check-dist workflow
  • Loading branch information
nanoufo authored Jan 2, 2024
1 parent 2e2d3fe commit 6acac96
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 566 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Node 16
uses: actions/setup-node@v3
- name: Setup Node 20
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
cache: 'npm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ inputs:
required: false
default: ${{ github.token }}
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17555,13 +17555,13 @@ var Inputs;
Inputs["RetryLimit"] = "retry-limit";
Inputs["RetryInterval"] = "retry-interval";
Inputs["GithubToken"] = "github-token";
})(Inputs = exports.Inputs || (exports.Inputs = {}));
})(Inputs || (exports.Inputs = Inputs = {}));
var NoFileOptions;
(function (NoFileOptions) {
NoFileOptions["warn"] = "warn";
NoFileOptions["error"] = "error";
NoFileOptions["ignore"] = "ignore";
})(NoFileOptions = exports.NoFileOptions || (exports.NoFileOptions = {}));
})(NoFileOptions || (exports.NoFileOptions = NoFileOptions = {}));


/***/ }),
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 6acac96

Please sign in to comment.