Skip to content

Commit

Permalink
update ci node version
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrSaber committed Sep 3, 2023
1 parent ff04c2f commit 46f9cca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
run-linter:
name: Run linter
runs-on: ubuntu-latest
container: node:14.16-slim
container: node:18.17-slim

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
container: node:14.16-slim
container: node:18.17-slim

services:
redis:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
run-tests:
name: Run tests
runs-on: ubuntu-latest
container: node:14.16-slim
container: node:18.17-slim

services:
redis:
Expand Down

0 comments on commit 46f9cca

Please sign in to comment.