Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenk Verlinde <henk@ventizo.com>2022-05-17 14:58:27 +0300
committerHenk Verlinde <henk@ventizo.com>2022-05-17 14:58:27 +0300
commitf8bcce9e3ca966ff894e5c2f9be6324db99e23ce (patch)
tree88c7a2e0a24571ec46efe47c60ea0d8669f4fc0b /.github
parent7c834a5a11858f8eb47fca558d3eb620589f1275 (diff)
deps: bump versions to latest
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/node.js-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.js-ci.yml b/.github/workflows/node.js-ci.yml
index 72ec081..ea43619 100644
--- a/.github/workflows/node.js-ci.yml
+++ b/.github/workflows/node.js-ci.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
- node: [14.x, 16.x]
+ node: [16.x, 18.x]
steps:
- name: Check out Hyas project