Skip to content

Commit 54518b3

Browse files
committed
chore: update Publish gh workflow
1 parent 70bf9d5 commit 54518b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
contents: read
1010
id-token: write
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-node@v3
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-node@v4
1414
with:
15-
node-version: '18.x'
15+
node-version: '20.x'
1616
registry-url: 'https://registry.npmjs.org'
1717

1818
- name: Install Dependencies

0 commit comments

Comments
 (0)