Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirherobrine23 authored Oct 25, 2023
2 parents 1cbb928 + 6b5e270 commit 99f7d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
name: Code checkout

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
name: Setup node.js
with:
node-version: 18.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Clone repo
uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v3.8.0
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install --no-save
Expand Down

0 comments on commit 99f7d2e

Please sign in to comment.