Skip to content

Commit

Permalink
feat: update NodeJS version to v18 (#85)
Browse files Browse the repository at this point in the history
* updated for 18, not not an official tag for sam plugin

* bump aws sdk to fix viulnerabiity
  • Loading branch information
sdh100shaun authored Apr 12, 2023
1 parent b3d5371 commit 501c7af
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 265 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: update npm dependency
run: npm i -g npm@9
Expand Down
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ dist
# Serverless directories
.serverless/
.aws-sam/build

.aws-sam
# FuseBox cache
.fusebox/

Expand All @@ -105,4 +105,6 @@ dist
.tern-port

# MAC files
.DS_Store
.DS_Store


2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
16.*
18.*

Loading

0 comments on commit 501c7af

Please sign in to comment.