Skip to content

Commit

Permalink
Merge pull request #561 from nosovk/patch-1
Browse files Browse the repository at this point in the history
update actions version and bump nodejs to current lts
  • Loading branch information
Gutts-n committed Sep 19, 2023
2 parents c3331ab + cb61230 commit cefe241
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
repository: datopian/flowershow-template-e2e

- name: Check out Flowershow into test-app
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: test-app

- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'

- name: Install dependencies for E2E tests
run: |
Expand Down

0 comments on commit cefe241

Please sign in to comment.