Skip to content

Commit

Permalink
test@2
Browse files Browse the repository at this point in the history
  • Loading branch information
abumq committed Jul 23, 2023
1 parent fe147da commit 3a4846f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-write-access-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -30,5 +30,5 @@ jobs:
- name: Commit the update
run: |
git add .
git commit --amend --no-edit
git commit -m update
git push origin HEAD:main
Empty file added empty.date
Empty file.

0 comments on commit 3a4846f

Please sign in to comment.