Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-plugin into main
  • Loading branch information
jy95 committed Aug 24, 2023
2 parents 9056bd5 + d277bb4 commit ae0fa65
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3.3.0
- name: Set up Node.js ✨
uses: actions/setup-node@v3.8.0
uses: actions/setup-node@v3.8.1
with:
node-version: '18.x'
- name: Install 💻
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3.3.0

- name: Setup Node
uses: actions/setup-node@v3.8.0
uses: actions/setup-node@v3.8.1
with:
node-version: "lts/*"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: 🔨 Setup Node.js
uses: actions/setup-node@v3.8.0
uses: actions/setup-node@v3.8.1
with:
node-version: 18
- name: 🚧 Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Node.js ✨
uses: actions/setup-node@v3.8.0
uses: actions/setup-node@v3.8.1
with:
node-version: "lts/*"
- name: Install dependencies 💻
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3.3.0
- name: Set up Node.js ✨
uses: actions/setup-node@v3.8.0
uses: actions/setup-node@v3.8.1
with:
node-version: '18.x'
- name: Install 💻
Expand Down

0 comments on commit ae0fa65

Please sign in to comment.