Skip to content

Commit

Permalink
Experiment: Update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Oct 10, 2022
1 parent 38d1419 commit 6d09ebb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
name: Node ${{ matrix.node }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Upgrade npm
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- id: check
uses: EndBug/version-check@v1
uses: EndBug/version-check@v2.1.0
with:
diff-search: true
- name: Set up Node
if: steps.check.outputs.changed == 'true'
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: "16"
- name: Install
Expand Down

0 comments on commit 6d09ebb

Please sign in to comment.