Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

build(deps): update node.js to v20 #2064

build(deps): update node.js to v20

build(deps): update node.js to v20 #2064

Workflow file for this run

name: 'Node.js: Test'
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
- run: yarn
- run: yarn build
- run: yarn test