Skip to content

Commit

Permalink
fix: nodejs version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bragamat committed Jan 3, 2024
1 parent 6219849 commit 92fcc5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on:
on:
push:
branches: [ main ]
pull_request:
Expand All @@ -14,8 +14,7 @@ jobs:
- name: Set node.js version @18
uses: actions/setup-node@v2
with:
node-version: '18'

node-version: '18.14.1'
- name: Install dependencies
run: make deps

Expand Down

0 comments on commit 92fcc5a

Please sign in to comment.