Skip to content

Commit

Permalink
Upgrade to node18 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest authored Jan 9, 2023
1 parent 6542585 commit 0f7fb38
Show file tree
Hide file tree
Showing 16 changed files with 3,213 additions and 11,923 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ name: 'GitHub Action build test'
on:
pull_request:
push:
branches:
- main
- 'releases/*'

jobs:
run-build-test:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/run-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ name: 'GitHub Action integration test'
on:
pull_request:
push:
branches:
- main
- 'releases/*'

jobs:
run-integration-test:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-codeclimate-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ name: Update Code Climate test coverage
on:
push:
branches:
- 'main' # Change this branch name by your CodeClimate "main" branch use
- main # Change this branch name by your CodeClimate "main" branch use

jobs:
# Configures the deployment environment, install dependencies (like node, npm, etc.) that are requirements for the upcoming jobs
# Ex: Necessary to run `yarn test:coverage`
setup-environment:
name: Setup deployment environment (Ubuntu 22.04 - Node 16.x)
name: Setup deployment environment (Ubuntu 22.04 - Node 18.x)
runs-on: ubuntu-22.04
steps:
- name: Installing node.js
uses: actions/[email protected] # Used to install node environment - XXX https://github.com/actions/setup-node
with:
node-version: '16.x' # Use the same node.js version as the one Vercel's uses (currently node12.x)
node-version: '18.x' # Use the same node.js version as the one Vercel's uses (currently node12.x)
run-tests-coverage:
name: Run tests coverage and send report to Code Climate
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
Loading

0 comments on commit 0f7fb38

Please sign in to comment.