Skip to content

Commit

Permalink
Merge pull request #16 from vojtatom/ci/update-action-version
Browse files Browse the repository at this point in the history
ci: updated GitHub Action versions
  • Loading branch information
vojtatom authored Jan 8, 2025
2 parents 4e62e6d + 1f7cbfa commit 82b3a3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 'Setup Node.js'
uses: 'actions/setup-node@v3'
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: |
npm i
Expand All @@ -30,12 +30,12 @@ jobs:
if: github.event_name == 'push' && contains(github.ref, 'release')
needs: build-and-test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 'Setup Node.js'
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
registry-url: https://registry.npmjs.org/
node-version: 18
node-version: 20
- name: Install dependencies
run: |
npm i
Expand Down

0 comments on commit 82b3a3a

Please sign in to comment.