You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/node.js.yml
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
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
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 nodeMore actions
2
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3
3
4
4
name: Node.js CI
@@ -17,21 +17,25 @@ permissions:
17
17
jobs:
18
18
build:
19
19
runs-on: ubuntu-latest
20
+
20
21
strategy:
21
22
matrix:
22
23
node-version: [22.x]
24
+
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
0 commit comments