Skip to content

Commit

Permalink
Merge pull request #207 from fmasuhr/use-lts
Browse files Browse the repository at this point in the history
Use latest LTS versions
  • Loading branch information
fmasuhr authored Jan 22, 2024
2 parents d34c174 + 179c366 commit 1d6a390
Show file tree
Hide file tree
Showing 5 changed files with 208 additions and 1,355 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand All @@ -23,7 +23,7 @@ jobs:
build:
needs: lint

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand All @@ -43,7 +43,7 @@ jobs:
environment: production
needs: build

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Download site artifact
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13
20.11
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.2.2
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ GEM
chef-utils (18.3.0)
concurrent-ruby
colorator (1.1.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (3.25.1)
google-protobuf (3.25.2)
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -69,8 +69,8 @@ GEM
rexml (3.2.6)
rouge (4.2.0)
safe_yaml (1.0.5)
sass-embedded (1.69.5)
google-protobuf (~> 3.23)
sass-embedded (1.70.0)
google-protobuf (~> 3.25)
rake (>= 13.0.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand All @@ -87,4 +87,4 @@ DEPENDENCIES
mdl

BUNDLED WITH
2.1.4
2.5.5
Loading

0 comments on commit 1d6a390

Please sign in to comment.