Skip to content

Commit

Permalink
test: test with a node
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Nov 9, 2023
1 parent cf18598 commit d15df2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/app-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
# - name: Setup Node.js
# uses: actions/setup-node@v3
# with:
# node-version: '18'
# cache: 'npm'

- name: Cache node modules
id: cache-nodemodules
Expand Down

0 comments on commit d15df2c

Please sign in to comment.