Skip to content

chore: update to @actions/artifact v2 (#52) #183

chore: update to @actions/artifact v2 (#52)

chore: update to @actions/artifact v2 (#52) #183

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- name: Build and Test
run: npm ci