Skip to content

Commit

Permalink
Update to node 20 (#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Mar 12, 2024
1 parent 48e2d0c commit 0330491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/util/initialize/action.yml
Expand Up @@ -13,7 +13,7 @@ runs:
sdk: "${{ inputs.dart-sdk }}"
architecture: "${{ inputs.architecture }}"

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "${{ inputs.node-version }}"

Expand All @@ -23,7 +23,7 @@ runs:
- run: npm install
shell: bash

- uses: bufbuild/buf-setup-action@v1.13.1
- uses: bufbuild/buf-setup-action@v1.30.0
with: {github_token: "${{ inputs.github-token }}"}

- name: Check out the language repo
Expand Down

0 comments on commit 0330491

Please sign in to comment.