Skip to content

Commit 8cb2d72

Browse files
committed
fix: updated gha
1 parent 5e51a16 commit 8cb2d72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/add-release-and-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
steps:
1313

1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818
persist-credentials: false
1919

2020
- name: Setup Node.js
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
23-
node-version: '18'
23+
node-version: '20'
2424
registry-url: 'https://registry.npmjs.org'
2525

2626
- name: Install dependencies and build 🔧

0 commit comments

Comments
 (0)