Skip to content

Commit f781ea8

Browse files
committed
chore: update Node.js version in CI workflow from 22.x to 20.x
1 parent 30b1b72 commit f781ea8

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
2-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
3-
41
name: Node.js CI
52

63
on:
@@ -15,8 +12,7 @@ jobs:
1512

1613
strategy:
1714
matrix:
18-
node-version: [22.x]
19-
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
15+
node-version: [20.x]
2016

2117
steps:
2218
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)