Skip to content

Commit

Permalink
Update testsuite.yml
Browse files Browse the repository at this point in the history
Update actions versions
StorytellerCZ authored Nov 12, 2023
1 parent f7913d5 commit e173c9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
@@ -18,12 +18,12 @@ jobs:
# Latest version
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '14.x'
node-version: '16.x'

- name: Install Dependencies
run: |

0 comments on commit e173c9d

Please sign in to comment.