Skip to content

Commit 1a3c3e2

Browse files
⬆️ Upgrade Node Version
1 parent 000b446 commit 1a3c3e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-linting-and-format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
node-version: [18]
19+
node-version: [20]
2020

2121
steps:
2222
- name: Check out Git repository
@@ -28,7 +28,7 @@ jobs:
2828
version: 9
2929

3030
- name: Use Node.js ${{ matrix.node-version }}
31-
uses: actions/setup-node@v3
31+
uses: actions/setup-node@v4
3232
with:
3333
node-version: ${{ matrix.node-version }}
3434
cache: 'pnpm'

0 commit comments

Comments
 (0)