Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Nov 15, 2024
1 parent ba621d2 commit 29406d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
outputs:
taggedbranch: ${{ steps.find-branch.outputs.taggedbranch }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Find which branch the release tag points at
id: find-branch
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 16
- run: npm install
- name: lint
if: runner.os == 'Linux-NOSUCH'
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
if: github.event_name == 'release' && needs.build.outputs.taggedbranch == 'master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: master
token: ${{ secrets.TOKEN }}
Expand All @@ -135,7 +135,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 16
- name: Prepare build
id: set-version
run: |
Expand Down

0 comments on commit 29406d4

Please sign in to comment.