We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4185510 commit 0bf89b3Copy full SHA for 0bf89b3
.github/workflows/changeset-version.yml
@@ -15,13 +15,13 @@ jobs:
15
steps:
16
- name: Checkout Repo
17
# https://github.com/actions/checkout
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
19
20
- - name: Setup Node.js 16.x
+ - name: Setup Node.js 20.x
21
# https://github.com/actions/setup-node
22
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
23
with:
24
- node-version: 16.x
+ node-version: 20.x
25
26
- name: Install Dependencies
27
run: yarn
0 commit comments