We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be9654f + 007396c commit 16de9cbCopy full SHA for 16de9cb
2 files changed
.github/workflows/template-buildsample.yml
@@ -54,6 +54,11 @@ jobs:
54
steps:
55
- uses: actions/checkout@v3
56
57
+ - name: Setup Node.js
58
+ uses: actions/setup-node@v4
59
+ with:
60
+ node-version: '22.14.0'
61
+
62
- name: Gather environment info
63
run: npx envinfo
64
.github/workflows/template-upgradesample.yml
@@ -65,6 +65,11 @@ jobs:
65
66
67
68
69
70
71
72
73
74
75
0 commit comments