Skip to content

Commit e37a35a

Browse files
committed
node version update
1 parent 9e57a98 commit e37a35a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/base.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
15-
- name: use node@18
15+
- name: use node@20
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: '18'
18+
node-version: '20'
1919
cache: 'npm'
2020
- name: 'install dependencies'
2121
run: npm ci
@@ -27,10 +27,10 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v3
30-
- name: use node@18
30+
- name: use node@20
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: '18'
33+
node-version: '20'
3434
cache: 'npm'
3535
- name: 'install dependencies'
3636
run: npm ci

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11-
- name: use node@18
11+
- name: use node@20
1212
uses: actions/setup-node@v3
1313
with:
14-
node-version: '18'
14+
node-version: '20'
1515
cache: 'npm'
1616
- name: 'install dependencies'
1717
run: npm ci

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.16.1
1+
20.11.0

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Ilya Moroz
3+
Copyright (c) 2024 Ilya Moroz
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)