Skip to content

Commit 9ff7795

Browse files
committed
fix: 👷 2nd not correctly bumped node ver
1 parent 4337aeb commit 9ff7795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: build and deploy lambda
66
strategy:
77
matrix:
8-
node-version: [14.x]
8+
node-version: [18.x]
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)