We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b752d7e commit 233a708Copy full SHA for 233a708
1 file changed
.github/workflows/main.yml
@@ -21,9 +21,9 @@ jobs:
21
node-version: [20.x]
22
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v3
25
- name: Setup Node.js ${{ matrix.node-version }}
26
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v3
27
with:
28
node-version: ${{ matrix.node-version }}
29
cache: 'npm'
@@ -42,6 +42,8 @@ jobs:
42
43
- name: Check out repository code
44
uses: actions/checkout@v4
45
+ with:
46
+ token: ${{ env.GITHUB_TOKEN }}
47
48
49
node-version: ${{ env.NODE_VERSION }}
0 commit comments