Skip to content

Commit

Permalink
Update to Node 20 (#267)
Browse files Browse the repository at this point in the history
* Update action.yml

* Update build.yml
  • Loading branch information
princemaple authored Feb 11, 2024
1 parent 38b53cb commit 2c09c17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
- ubuntu-20.04
- ubuntu-22.04
nodejs:
- 16
- 20
fail-fast: false
steps:
- name: Turn off auto-crlf
run: git config --global core.autocrlf false
- name: Checkout source codes
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.nodejs }}
- name: Cache NPM
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ inputs:
required: false
default: "fail"
runs:
using: "node16"
using: "node20"
main: "./dist/main.js"
post: "./dist/post.js"

0 comments on commit 2c09c17

Please sign in to comment.