Skip to content

Commit

Permalink
Bump Github runner to Ubuntu 24 / Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
featherbear authored Jan 30, 2025
1 parent ce54e7e commit f981b88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on: push

jobs:
checks:
runs-on: ubuntu-18.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@master

- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '22.x'

- name: Install packages
run: yarn install --no-scripts

- name: Lint and Build
run: yarn build
run: yarn build

0 comments on commit f981b88

Please sign in to comment.