Skip to content

Commit

Permalink
Reverting change to action node version
Browse files Browse the repository at this point in the history
  • Loading branch information
brombaut committed Oct 29, 2023
1 parent fc7d1c9 commit 06ed772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_bookshelf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
architecture: "x64" # optional x64 or x86. Defaults to x64 if not specified
- uses: actions/setup-node@v2
with:
node-version: "18"
node-version: "16"
- name: Create .env file
run: |
touch .env
Expand Down

0 comments on commit 06ed772

Please sign in to comment.