Skip to content

Commit

Permalink
ci: bump Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-wh committed Feb 28, 2023
1 parent be82c8e commit eee78bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changelog/428.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: bump Node.js
4 changes: 2 additions & 2 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
uses: actions/setup-python@v4.2.0
with:
python-version: '3.x'
- name: Set up Node.js 12
- name: Set up Node.js 18
uses: actions/setup-node@v3.5.0
with:
node-version: "12.x"
node-version: "18.x"
- name: Set up Go 1.18
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit eee78bc

Please sign in to comment.