Skip to content

Commit

Permalink
bump up nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
eedorenko committed Dec 6, 2023
1 parent 4471cdd commit dcd69f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: ["main", "eedorenko/*"]
branches: ["main"]
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'npm'

- run: npm ci
Expand Down

0 comments on commit dcd69f0

Please sign in to comment.