We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2983bef + dc91a4d commit e51287dCopy full SHA for e51287d
.github/workflows/autocommit.yml
@@ -44,7 +44,7 @@ jobs:
44
token: ${{ secrets.IMPRESSBOT_TOKEN }}
45
46
- name: Set up Node.js
47
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
48
with:
49
node-version: '20'
50
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: actions/checkout@v5
40
41
- name: Setup Node.js
42
43
node-version: 20.x
cache: 'npm'
0 commit comments