Skip to content

Commit cb7db16

Browse files
committed
Update publish.yml
1 parent a57d621 commit cb7db16

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
@@ -8,11 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v4
1212
- name: Setup Node
13-
uses: actions/setup-node@v3
13+
uses: actions/setup-node@v4
1414
with:
15-
node-version: '16.x'
15+
node-version: '20.x'
1616
registry-url: 'https://registry.npmjs.org'
1717
- name: Install dependencies
1818
run: npm install

0 commit comments

Comments
 (0)