Skip to content

Commit

Permalink
Merge pull request #3416 from wowsims/apl
Browse files Browse the repository at this point in the history
Update setup-node version
  • Loading branch information
jimmyt857 authored Aug 6, 2023
2 parents 02dfb17 + bd1a5f5 commit c8bff6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest

- name: Install Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '19'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest

- name: Install Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '19'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest

- name: Install Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '19'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest

- name: Install Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '19'

Expand Down

0 comments on commit c8bff6d

Please sign in to comment.