Skip to content

Commit

Permalink
changed checkout and node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
dzgierski19 committed Jun 6, 2024
1 parent 06ceddb commit 2da380c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 'latest'
node-version: '18'

- name: Install dependencies
run: npm ci
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nodeCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 'latest'
node-version: '18'

- name: Verify Node.js and npm installation
run: |
Expand Down

0 comments on commit 2da380c

Please sign in to comment.