Skip to content

Commit 83f25c3

Browse files
committed
Change back action version
1 parent 03b2bdf commit 83f25c3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v3
1515

1616
- name: Setup Node.js
17-
uses: actions/setup-node@v4
17+
uses: actions/setup-node@v3
1818
with:
19-
node-version: 18
20-
cache: 'yarn'
19+
node-version: 20
2120

2221
- name: Install dependencies
2322
run: yarn install --frozen-lockfile
@@ -55,7 +54,7 @@ jobs:
5554
- name: Setup Node.js
5655
uses: actions/setup-node@v4
5756
with:
58-
node-version: 18
57+
node-version: 20
5958
registry-url: 'https://registry.npmjs.org/'
6059

6160
- name: Get package version

0 commit comments

Comments
 (0)