We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689658c commit 50911d2Copy full SHA for 50911d2
.github/workflows/update-helper.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Node.js
15
uses: actions/setup-node@master
16
with:
17
- node-version: 16.0.0
+ node-version: 18.0.0
18
- name: Install Github Actions toolkit
19
run: npm i @actions/github
20
# The env vars contain the relevant trigger information, so we don't need to pass it
0 commit comments