Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Oct 15, 2024
1 parent 7ba8b99 commit c952eca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Install node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '22'
registry-url: 'https://registry.npmjs.org'
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Run tests
Expand Down

0 comments on commit c952eca

Please sign in to comment.