Skip to content

Commit

Permalink
Update auto-deprecate.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Filippov <socket.someone@gmail.com>
  • Loading branch information
SocketSomeone authored Oct 23, 2023
1 parent 83dd063 commit 00e6685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-deprecate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Node v16
- name: Install Node v18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: yarn
cache-dependency-path: yarn.lock

Expand Down

0 comments on commit 00e6685

Please sign in to comment.