Skip to content

Commit a9893b0

Browse files
authored
Update to node 18.x (actions#751)
1 parent 5b32c90 commit a9893b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ steps:
8686
- uses: actions/checkout@v3
8787
- uses: actions/setup-node@v3
8888
with:
89-
node-version: 16
89+
node-version: 18
9090
- run: npm ci
9191
- run: npm test
9292
```

0 commit comments

Comments
 (0)