Skip to content

Commit

Permalink
because of cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Apr 24, 2024
1 parent e7cab59 commit fc60d4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style.yml
Expand Up @@ -29,8 +29,8 @@ jobs:
js:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -15,7 +15,10 @@ jobs:
php-versions: ['8.2']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit fc60d4d

Please sign in to comment.