Skip to content

Commit

Permalink
bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Sep 11, 2023
1 parent 9f7cfd9 commit 5703e75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/copy-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
workflow_dispatch:
schedule:
- cron: '0 0,12 * * *'
push:


jobs:
sync-docs:
runs-on: ubuntu-latest
Expand All @@ -15,7 +18,7 @@ jobs:
- name: Set Up Node.js
uses: actions/setup-node@v2
with:
node-version:
node-version: 16

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 5703e75

Please sign in to comment.