We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790e500 commit d85e64fCopy full SHA for d85e64f
.github/workflows/publish.yml
@@ -94,7 +94,7 @@ jobs:
94
ref: ${{ github.event.inputs.branch }}
95
96
- name: Setup Node
97
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
98
with:
99
node-version: ${{ env.NODE_VERSION }}
100
cache: npm
.github/workflows/test.yml
@@ -54,7 +54,7 @@ jobs:
54
uses: actions/checkout@v6
55
56
57
58
59
node-version: ${{ matrix.NODE_VERSION }}
60
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
86
87
0 commit comments