Skip to content

Commit

Permalink
ci: updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtatom committed Jan 8, 2025
1 parent 4e62e6d commit 1f7cbfa
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 1f7cbfa

Please sign in to comment.