Skip to content

Commit 272ead5

Browse files
committed
Bump version of node used for standardjs test to 22 (LTS)
1 parent 7c46e83 commit 272ead5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v4
4545
- uses: actions/setup-node@v4
4646
with:
47-
node-version: '12.x'
47+
node-version: '22.x'
4848
- run: npm install -g standard
4949
- run: standard
5050

0 commit comments

Comments
 (0)