Skip to content

chore: update actions/upload-artifact to v4 #321

chore: update actions/upload-artifact to v4

chore: update actions/upload-artifact to v4 #321

Workflow file for this run

name: Node.js CI
on:
pull_request
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install
- name: Build website
run: yarn build --locale en