Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Commit 322953e

Browse files
committed
Merge branch 'main' of github.com:HyperLife1119/ngx-socketio2
2 parents 7fbc86c + 5e8239e commit 322953e

File tree

3 files changed

+284
-710
lines changed

3 files changed

+284
-710
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424
- name: Use Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v2
25+
uses: actions/setup-node@v3
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'

0 commit comments

Comments
 (0)