Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Bump actions/upload-artifact from 3 to 4 #178

Bump actions/upload-artifact from 3 to 4

Bump actions/upload-artifact from 3 to 4 #178

Workflow file for this run

name: Test packages
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Package build
steps:
- uses: actions/checkout@v4
name: Checkout
- uses: actions/setup-node@v4
name: Setup Node.js
with:
node-version: latest
- name: Install dependencies
run: npm install --no-save
- name: Build packages
run: npm run build