Skip to content

Commit 5b00180

Browse files
ran-isenbergRan Isenberg
andauthored
chore: node18 (#709)
Co-authored-by: Ran Isenberg <[email protected]>
1 parent a2ff1f1 commit 5b00180

File tree

3 files changed

+248
-264
lines changed

3 files changed

+248
-264
lines changed

.github/workflows/serverless-service.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
with:
2929
python-version: "3.11"
3030
- name: Set up Node
31-
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
31+
uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3.8.0
3232
with:
33-
node-version: "16"
33+
node-version: "18"
3434
- name: Install dependencies
3535
run: |
3636
pip install --upgrade pip pre-commit poetry

0 commit comments

Comments
 (0)