8000 Update build action to node 20 (#202) · tronweb3/protobuf-javascript@45fbfcb · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 45fbfcb

Browse files
authored
Update build action to node 20 (protocolbuffers#202)
1 parent 1976603 commit 45fbfcb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919

2020
steps:
2121

22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323

24-
- uses: actions/setup-node@v3
24+
- uses: actions/setup-node@v4
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
27-
node-version: 16
27+
node-version: 20
2828
cache: ${{ !env.ACT && 'npm' || '' }} # cache API not available in ACT
2929

30-
- uses: bazelbuild/setup-bazelisk@v2
30+
- uses: bazelbuild/setup-bazelisk@v3
3131
with:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
8000
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949

5050
steps:
5151
- name: Checkout repository
52-
uses: actions/checkout@v3
52+
uses: actions/checkout@v4
5353

5454
# Initializes the CodeQL tools for scanning.
5555
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@v2
56+
uses: github/codeql-action/init@v3
5757
with:
5858
languages: ${{ matrix.language }}
5959
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -81,4 +81,4 @@ jobs:
8181
- run: npm test
8282

8383
- name: Perform CodeQL Analysis
84-
uses: github/codeql-action/analyze@v2
84+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)
0