Skip to content

Bump @actions/core from 1.10.1 to 1.11.0 #273

Bump @actions/core from 1.10.1 to 1.11.0

Bump @actions/core from 1.10.1 to 1.11.0 #273

name: Loom Action Pull Request
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v4
- name: Set up Node.js 20${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn build
- run: make