Skip to content

Commit 4727ce6

Browse files
authored
bump node version (#56)
1 parent ba84c27 commit 4727ce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-sdks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ jobs:
8787
uses: actions/checkout@v3
8888
with:
8989
repository: 'Eppo-exp/node-server-sdk'
90-
- name: Use Node.js 16
90+
- name: Use Node.js 18
9191
uses: actions/setup-node@v1
9292
with:
93-
node-version: '16.x'
93+
node-version: '18.x'
9494
- uses: actions/cache@v2
9595
with:
9696
path: './node_modules'

0 commit comments

Comments
 (0)