Skip to content

Commit

Permalink
feat: update to use node20 (#61)
Browse files Browse the repository at this point in the history
* feat: update to use node20

Signed-off-by: Rui Chen <[email protected]>

* chore: bump to use `actions/checkout` v4 (node20 runtime)

Signed-off-by: Rui Chen <[email protected]>

* exclude node_modules

* Rebuild

---------

Signed-off-by: Rui Chen <[email protected]>
Co-authored-by: Renée Kooi <[email protected]>
  • Loading branch information
chenrui333 and goto-bus-stop authored Dec 30, 2023
1 parent b4d8c3a commit 426edce
Show file tree
Hide file tree
Showing 6 changed files with 1,528 additions and 1,134 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: npm install
- uses: EndBug/add-and-commit@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Run tests
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Zig
uses: goto-bus-stop/setup-zig@default
with:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules

# Logs
logs
*.log
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ inputs:
required: false
default: 'true'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 426edce

Please sign in to comment.