Skip to content

[Snyk] Upgrade @babel/core from 7.25.7 to 7.25.8 #658

[Snyk] Upgrade @babel/core from 7.25.7 to 7.25.8

[Snyk] Upgrade @babel/core from 7.25.7 to 7.25.8 #658

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- name: Setup Ruby, JRuby and TruffleRuby
uses: ruby/setup-ruby@v1.148.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: |
ruby settings_writer.rb
npm install
npm run test