Skip to content

Commit

Permalink
ci: upgrade node to stable
Browse files Browse the repository at this point in the history
jahow committed Aug 25, 2023
1 parent c7f3887 commit 32ff780
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ concurrency:
cancel-in-progress: true

env:
NODE_VERSION: 16.17.0
NODE_VERSION: 18.16.1
# a list of apps to build and publish on releases
APP_NAMES: datafeeder,datahub

2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ name: Checks
run-name: 🩺 Quality assurance checks on ${{ github.event_name == 'pull_request' && 'PR' || '🌱' }} ${{ github.event_name == 'pull_request' && github.event.number || github.ref_name }}

env:
NODE_VERSION: 16.17.0
NODE_VERSION: 18.16.1
TEST_HIDE_CONSOLE: true

# This workflow runs for Pull Requests which are not draft,
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ name: Deploy
run-name: 🚀 Deploy to GitHub Pages for ${{ github.event_name == 'issue_comment' && 'PR' || '🌱' }} ${{github.event_name == 'issue_comment' && github.event.issue.number || github.ref_name}}

env:
NODE_VERSION: 16.17.0
NODE_VERSION: 18.16.1

# This workflow runs whenever the "deploy affected apps" checkbox is checked (for PR)
# or on every push to main
2 changes: 1 addition & 1 deletion .github/workflows/webcomponents.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

env:
NODE_VERSION: 16.17.0
NODE_VERSION: 18.16.1
PUBLISH_BRANCH: wc-dist

jobs:

0 comments on commit 32ff780

Please sign in to comment.