Skip to content

Commit

Permalink
Update the version of Node the action runs on from Node 16 to Node 20.
Browse files Browse the repository at this point in the history
Resolves #182
  • Loading branch information
orendain committed Feb 7, 2024
1 parent 88db93f commit ab1fbd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Generate
run: make generate && make checkgenerate
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ inputs:
required: false
default: 'buf.build'
runs:
using: "node16"
using: "node20"
main: "./dist/main.js"

0 comments on commit ab1fbd0

Please sign in to comment.