Skip to content

Commit

Permalink
chore: update to node 18 and latest GH actions (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt authored Sep 10, 2023
1 parent 73c2bcb commit def6504
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@ name: sync
on:
push:
branches: [ master ]
workflow_dispatch:
workflow_dispatch:
inputs: {}

jobs:
sync:
runs-on: ubuntu-latest
env:
INPUT_READ_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INPUT_WRITE_TOKEN: ${{ secrets.CHE_BOT_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '18'
- name: synchronize
run: |
yarn
Expand Down

0 comments on commit def6504

Please sign in to comment.