Skip to content

Bump actions/checkout from 2 to 6 #131

Bump actions/checkout from 2 to 6

Bump actions/checkout from 2 to 6 #131

Workflow file for this run

name: Ember CI
on: push
jobs:
test:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Use Node.js
uses: volta-cli/action@v4
with:
node-version: 18
- name: Install pnpm
run: volta install pnpm@10
- name: Install Dependencies
run: pnpm install