Skip to content

Commit 5f895c6

Browse files
committed
using node@18 as current LTS version
1 parent a894409 commit 5f895c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v1
9-
- name: Setup Environment (Using NodeJS 10.x)
9+
- name: Setup Environment (Using NodeJS 18.x)
1010
uses: actions/setup-node@v1
1111
with:
12-
node-version: 10.x
12+
node-version: 18.x
1313

1414
- name: Install dependencies
1515
run: npm install

0 commit comments

Comments
 (0)