Skip to content

Commit

Permalink
finally: use node lts version
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed Feb 21, 2023
1 parent f08d894 commit 2250d54
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

env:
NODE_VERSION: '14.15'
NODE_VERSION: '18.14'
jobs:

build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -8,7 +8,7 @@ on:
tags-ignore:
- 'v*'
env:
NODE_VERSION: '14.15'
NODE_VERSION: '18.14'
jobs:

lint:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/pull_request.yml
Expand Up @@ -115,9 +115,6 @@ jobs:
- name: Prepare tests
uses: ./.github/actions/update-webdriver
- name: Run tests
run: |
ls -la node_modules/.bin/
ls -la node_modules/webdriver-manager/selenium
grunt e2e-chrome
run: grunt e2e-chrome
env:
CHROME_BIN: ./chrome/google-chrome
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck_docs.yml
Expand Up @@ -14,7 +14,7 @@ on:
tags-ignore:
- '*'
env:
NODE_VERSION: '14.15'
NODE_VERSION: '18.14'
jobs:
spellcheck-docs:
name: "Spellcheck documentation"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_docs.yml
Expand Up @@ -16,7 +16,7 @@ on:
tags-ignore:
- '*'
env:
NODE_VERSION: '14.15'
NODE_VERSION: '18.14'
jobs:
cancel:
name: 'Cancel Previous Runs'
Expand Down

0 comments on commit 2250d54

Please sign in to comment.