Skip to content

Commit 507e1e3

Browse files
committed
fix: updated release action
1 parent 4289d9d commit 507e1e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest]
14-
node: [16]
14+
node: [18]
1515

1616
steps:
1717
- name: Checkout 🛎
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121

2222
- name: Setup node env 🏗
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node }}
2626
check-latest: true

0 commit comments

Comments
 (0)