Skip to content

Commit

Permalink
ci: update Actions in GitHub workflows (#2080)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro authored Jul 3, 2024
1 parent 5ad8c1d commit af28e8d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 52 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/compatibility.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: choco install wget --no-progress

- name: 💚 Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.16.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Checkout github repo
uses: actions/checkout@v4
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.16.1
- name: Install dependencies
Expand Down

0 comments on commit af28e8d

Please sign in to comment.