Skip to content

Bump webpack from 5.89.0 to 5.94.0 in /test/webpack #26

Bump webpack from 5.89.0 to 5.94.0 in /test/webpack

Bump webpack from 5.89.0 to 5.94.0 in /test/webpack #26

name: Linux 🧪
on:
pull_request:
types: [opened, push, reopened]
workflow_dispatch:
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository 📥
uses: actions/checkout@v4
- name: Setup Node.js 🌐
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'yarn'
- name: Install Dependencies 🧶
run: |
yarn
- name: Test 🔍
run: yarn test